Home
last modified time | relevance | path

Searched refs:AutoSaver (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dautosaver.cpp44 AutoSaver::AutoSaver(QObject *parent) : QObject(parent) in AutoSaver() function in AutoSaver
49 AutoSaver::~AutoSaver() in ~AutoSaver()
55 void AutoSaver::changeOccurred() in changeOccurred()
67 void AutoSaver::timerEvent(QTimerEvent *event) in timerEvent()
76 void AutoSaver::saveIfNeccessary() in saveIfNeccessary()
H A Dautosaver.h46 class AutoSaver : public QObject {
51 AutoSaver(QObject *parent);
52 ~AutoSaver();
H A Dtoolbarsearch.h45 class AutoSaver; variable
70 AutoSaver *m_autosaver;
H A Dbrowsermainwindow.h41 class AutoSaver; variable
136 AutoSaver *m_autoSaver;
H A Ddownloadmanager.h86 class AutoSaver; variable
128 AutoSaver *m_autoSaver;
H A Dcookiejar.h50 class AutoSaver; variable
111 AutoSaver *m_saveTimer;
H A Dbookmarks.h45 class AutoSaver; variable
85 AutoSaver *m_saveTimer;
H A Dhistory.h70 class AutoSaver; variable
119 AutoSaver *m_saveTimer;
H A Dtoolbarsearch.cpp53 , m_autosaver(new AutoSaver(this)) in ToolbarSearch()
H A Ddownloadmanager.cpp336 , m_autoSaver(new AutoSaver(this)) in DownloadManager()
H A Dcookiejar.cpp102 , m_saveTimer(new AutoSaver(this)) in CookieJar()
H A Dbrowsermainwindow.cpp70 , m_autoSaver(new AutoSaver(this)) in BrowserMainWindow()
H A Dbookmarks.cpp63 , m_saveTimer(new AutoSaver(this)) in BookmarksManager()
H A Dhistory.cpp63 , m_saveTimer(new AutoSaver(this)) in HistoryManager()