Home
last modified time | relevance | path

Searched refs:restoreState (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowsermainwindow.h66 bool restoreState(const QByteArray &state);
H A Dtabwidget.h168 bool restoreState(const QByteArray &state);
H A Dbrowsermainwindow.cpp156 restoreState(data); in loadDefaultState()
200 bool BrowserMainWindow::restoreState(const QByteArray &state) in restoreState() function in BrowserMainWindow
238 if (!tabWidget()->restoreState(tabState)) in restoreState()
H A Dbrowserapplication.cpp345 newWindow->restoreState(windows.at(i)); in restoreLastSession()
H A Dtabwidget.cpp723 bool TabWidget::restoreState(const QByteArray &state) in restoreState() function in TabWidget