| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | webview.cpp | 121 void WebView::createWebActionTrigger(QWebEnginePage *page, QWebEnginePage::WebAction webAction) in createWebActionTrigger() argument 123 QAction *action = page->action(webAction); in createWebActionTrigger() 124 connect(action, &QAction::changed, [this, action, webAction]{ in createWebActionTrigger() 125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() 129 bool WebView::isWebActionEnabled(QWebEnginePage::WebAction webAction) const in isWebActionEnabled() 131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
|
| H A D | webview.h | 68 bool isWebActionEnabled(QWebEnginePage::WebAction webAction) const; 76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | webview.cpp | 121 void WebView::createWebActionTrigger(QWebEnginePage *page, QWebEnginePage::WebAction webAction) in createWebActionTrigger() argument 123 QAction *action = page->action(webAction); in createWebActionTrigger() 124 connect(action, &QAction::changed, [this, action, webAction]{ in createWebActionTrigger() 125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() 129 bool WebView::isWebActionEnabled(QWebEnginePage::WebAction webAction) const in isWebActionEnabled() 131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
|
| H A D | webview.h | 68 bool isWebActionEnabled(QWebEnginePage::WebAction webAction) const; 76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | webview.cpp | 121 void WebView::createWebActionTrigger(QWebEnginePage *page, QWebEnginePage::WebAction webAction) in createWebActionTrigger() argument 123 QAction *action = page->action(webAction); in createWebActionTrigger() 124 connect(action, &QAction::changed, [this, action, webAction]{ in createWebActionTrigger() 125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() 129 bool WebView::isWebActionEnabled(QWebEnginePage::WebAction webAction) const in isWebActionEnabled() 131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
|
| H A D | webview.h | 68 bool isWebActionEnabled(QWebEnginePage::WebAction webAction) const; 76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | webview.cpp | 121 void WebView::createWebActionTrigger(QWebEnginePage *page, QWebEnginePage::WebAction webAction) in createWebActionTrigger() argument 123 QAction *action = page->action(webAction); in createWebActionTrigger() 124 connect(action, &QAction::changed, [this, action, webAction]{ in createWebActionTrigger() 125 emit webActionEnabledChanged(webAction, action->isEnabled()); in createWebActionTrigger() 129 bool WebView::isWebActionEnabled(QWebEnginePage::WebAction webAction) const in isWebActionEnabled() 131 return page()->action(webAction)->isEnabled(); in isWebActionEnabled()
|
| H A D | webview.h | 68 bool isWebActionEnabled(QWebEnginePage::WebAction webAction) const; 76 void webActionEnabledChanged(QWebEnginePage::WebAction webAction, bool enabled);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | tabwidget.h | 97 WebActionMapper(QAction *root, QWebPage::WebAction webAction, QObject *parent); 98 QWebPage::WebAction webAction() const; 152 void addWebAction(QAction *action, QWebPage::WebAction webAction);
|
| H A D | tabwidget.cpp | 284 void TabWidget::addWebAction(QAction *action, QWebPage::WebAction webAction) in addWebAction() argument 288 m_actions.append(new WebActionMapper(action, webAction, this)); in addWebAction() 470 mapper->addChild(webView->page()->action(mapper->webAction())); in newTab() 754 WebActionMapper::WebActionMapper(QAction *root, QWebPage::WebAction webAction, QObject *parent) in WebActionMapper() argument 758 , m_webAction(webAction) in WebActionMapper() 784 QWebPage::WebAction WebActionMapper::webAction() const in webAction() function in WebActionMapper
|