Home
last modified time | relevance | path

Searched refs:webActionEnabledChanged (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dtabwidget.cpp90 …emit webActionEnabledChanged(QWebEnginePage::Back, view->isWebActionEnabled(QWebEnginePage::Back)); in handleCurrentChanged() local
91 …emit webActionEnabledChanged(QWebEnginePage::Forward, view->isWebActionEnabled(QWebEnginePage::For… in handleCurrentChanged() local
92 …emit webActionEnabledChanged(QWebEnginePage::Stop, view->isWebActionEnabled(QWebEnginePage::Stop)); in handleCurrentChanged() local
93 …emit webActionEnabledChanged(QWebEnginePage::Reload,view->isWebActionEnabled(QWebEnginePage::Reloa… in handleCurrentChanged() local
99 emit webActionEnabledChanged(QWebEnginePage::Back, false); in handleCurrentChanged() local
100 emit webActionEnabledChanged(QWebEnginePage::Forward, false); in handleCurrentChanged() local
101 emit webActionEnabledChanged(QWebEnginePage::Stop, false); in handleCurrentChanged() local
102 emit webActionEnabledChanged(QWebEnginePage::Reload, true); in handleCurrentChanged() local
184 …connect(webView, &WebView::webActionEnabledChanged, [this, webView](QWebEnginePage::WebAction acti… in setupView()
186 emit webActionEnabledChanged(action,enabled); in setupView() local
H A Dwebview.h76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
H A Dtabwidget.h79 void webActionEnabledChanged(QWebEnginePage::WebAction action, bool enabled);
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() local
H A Dbrowserwindow.cpp66 …connect(m_tabWidget, &TabWidget::webActionEnabledChanged, this, &BrowserWindow::handleWebActionEna… in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dtabwidget.cpp90 …emit webActionEnabledChanged(QWebEnginePage::Back, view->isWebActionEnabled(QWebEnginePage::Back)); in handleCurrentChanged() local
91 …emit webActionEnabledChanged(QWebEnginePage::Forward, view->isWebActionEnabled(QWebEnginePage::For… in handleCurrentChanged() local
92 …emit webActionEnabledChanged(QWebEnginePage::Stop, view->isWebActionEnabled(QWebEnginePage::Stop)); in handleCurrentChanged() local
93 …emit webActionEnabledChanged(QWebEnginePage::Reload,view->isWebActionEnabled(QWebEnginePage::Reloa… in handleCurrentChanged() local
99 emit webActionEnabledChanged(QWebEnginePage::Back, false); in handleCurrentChanged() local
100 emit webActionEnabledChanged(QWebEnginePage::Forward, false); in handleCurrentChanged() local
101 emit webActionEnabledChanged(QWebEnginePage::Stop, false); in handleCurrentChanged() local
102 emit webActionEnabledChanged(QWebEnginePage::Reload, true); in handleCurrentChanged() local
184 …connect(webView, &WebView::webActionEnabledChanged, [this, webView](QWebEnginePage::WebAction acti… in setupView()
186 emit webActionEnabledChanged(action,enabled); in setupView() local
H A Dwebview.h76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
H A Dtabwidget.h79 void webActionEnabledChanged(QWebEnginePage::WebAction action, bool enabled);
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() local
H A Dbrowserwindow.cpp64 …connect(m_tabWidget, &TabWidget::webActionEnabledChanged, this, &BrowserWindow::handleWebActionEna… in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dtabwidget.cpp99 …emit webActionEnabledChanged(QWebEnginePage::Back, view->isWebActionEnabled(QWebEnginePage::Back)); in handleCurrentChanged() local
100 …emit webActionEnabledChanged(QWebEnginePage::Forward, view->isWebActionEnabled(QWebEnginePage::For… in handleCurrentChanged() local
101 …emit webActionEnabledChanged(QWebEnginePage::Stop, view->isWebActionEnabled(QWebEnginePage::Stop)); in handleCurrentChanged() local
102 …emit webActionEnabledChanged(QWebEnginePage::Reload,view->isWebActionEnabled(QWebEnginePage::Reloa… in handleCurrentChanged() local
108 emit webActionEnabledChanged(QWebEnginePage::Back, false); in handleCurrentChanged() local
109 emit webActionEnabledChanged(QWebEnginePage::Forward, false); in handleCurrentChanged() local
110 emit webActionEnabledChanged(QWebEnginePage::Stop, false); in handleCurrentChanged() local
111 emit webActionEnabledChanged(QWebEnginePage::Reload, true); in handleCurrentChanged() local
193 …connect(webView, &WebView::webActionEnabledChanged, [this, webView](QWebEnginePage::WebAction acti… in setupView()
195 emit webActionEnabledChanged(action,enabled); in setupView() local
H A Dwebview.h76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
H A Dtabwidget.h79 void webActionEnabledChanged(QWebEnginePage::WebAction action, bool enabled);
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() local
H A Dbrowserwindow.cpp122 …connect(m_tabWidget, &TabWidget::webActionEnabledChanged, this, &BrowserWindow::handleWebActionEna… in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dtabwidget.cpp99 …emit webActionEnabledChanged(QWebEnginePage::Back, view->isWebActionEnabled(QWebEnginePage::Back)); in handleCurrentChanged() local
100 …emit webActionEnabledChanged(QWebEnginePage::Forward, view->isWebActionEnabled(QWebEnginePage::For… in handleCurrentChanged() local
101 …emit webActionEnabledChanged(QWebEnginePage::Stop, view->isWebActionEnabled(QWebEnginePage::Stop)); in handleCurrentChanged() local
102 …emit webActionEnabledChanged(QWebEnginePage::Reload,view->isWebActionEnabled(QWebEnginePage::Reloa… in handleCurrentChanged() local
108 emit webActionEnabledChanged(QWebEnginePage::Back, false); in handleCurrentChanged() local
109 emit webActionEnabledChanged(QWebEnginePage::Forward, false); in handleCurrentChanged() local
110 emit webActionEnabledChanged(QWebEnginePage::Stop, false); in handleCurrentChanged() local
111 emit webActionEnabledChanged(QWebEnginePage::Reload, true); in handleCurrentChanged() local
193 …connect(webView, &WebView::webActionEnabledChanged, [this, webView](QWebEnginePage::WebAction acti… in setupView()
195 emit webActionEnabledChanged(action,enabled); in setupView() local
H A Dwebview.h76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
H A Dtabwidget.h79 void webActionEnabledChanged(QWebEnginePage::WebAction action, bool enabled);
H A Dwebview.cpp125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() local
H A Dbrowserwindow.cpp122 …connect(m_tabWidget, &TabWidget::webActionEnabledChanged, this, &BrowserWindow::handleWebActionEna… in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/doc/src/
H A Dsimplebrowser.qdoc144 \printuntil webActionEnabledChanged
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/doc/src/
H A Dsimplebrowser.qdoc144 \printuntil webActionEnabledChanged