| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | webpage.cpp | 62 WebPage::WebPage(QWebEngineProfile *profile, QObject *parent) in WebPage() function in WebPage 65 …connect(this, &QWebEnginePage::authenticationRequired, this, &WebPage::handleAuthenticationRequire… in WebPage() 66 …connect(this, &QWebEnginePage::featurePermissionRequested, this, &WebPage::handleFeaturePermission… in WebPage() 67 …connect(this, &QWebEnginePage::proxyAuthenticationRequired, this, &WebPage::handleProxyAuthenticat… in WebPage() 68 …connect(this, &QWebEnginePage::registerProtocolHandlerRequested, this, &WebPage::handleRegisterPro… in WebPage() 70 …connect(this, &QWebEnginePage::selectClientCertificate, this, &WebPage::handleSelectClientCertific… in WebPage() 74 bool WebPage::certificateError(const QWebEngineCertificateError &error) in certificateError() 95 void WebPage::handleAuthenticationRequired(const QUrl &requestUrl, QAuthenticator *auth) in handleAuthenticationRequired() 127 return WebPage::tr("Allow %1 to access your location information?"); in questionForFeature() 129 return WebPage::tr("Allow %1 to access your microphone?"); in questionForFeature() [all …]
|
| H A D | webpopupwindow.cpp | 74 m_view->setPage(new WebPage(profile, m_view)); in WebPopupWindow() 85 …connect(m_view->page(), &WebPage::geometryChangeRequested, this, &WebPopupWindow::handleGeometryCh… in WebPopupWindow() 86 connect(m_view->page(), &WebPage::windowCloseRequested, this, &QWidget::close); in WebPopupWindow()
|
| H A D | webpage.h | 57 class WebPage : public QWebEnginePage 62 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| H A D | webview.h | 57 class WebPage; variable 65 void setPage(WebPage *page);
|
| H A D | tabwidget.cpp | 215 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | webpage.cpp | 62 WebPage::WebPage(QWebEngineProfile *profile, QObject *parent) in WebPage() function in WebPage 65 …connect(this, &QWebEnginePage::authenticationRequired, this, &WebPage::handleAuthenticationRequire… in WebPage() 66 …connect(this, &QWebEnginePage::featurePermissionRequested, this, &WebPage::handleFeaturePermission… in WebPage() 67 …connect(this, &QWebEnginePage::proxyAuthenticationRequired, this, &WebPage::handleProxyAuthenticat… in WebPage() 68 …connect(this, &QWebEnginePage::registerProtocolHandlerRequested, this, &WebPage::handleRegisterPro… in WebPage() 70 …connect(this, &QWebEnginePage::selectClientCertificate, this, &WebPage::handleSelectClientCertific… in WebPage() 74 bool WebPage::certificateError(const QWebEngineCertificateError &error) in certificateError() 95 void WebPage::handleAuthenticationRequired(const QUrl &requestUrl, QAuthenticator *auth) in handleAuthenticationRequired() 127 return WebPage::tr("Allow %1 to access your location information?"); in questionForFeature() 129 return WebPage::tr("Allow %1 to access your microphone?"); in questionForFeature() [all …]
|
| H A D | webpopupwindow.cpp | 74 m_view->setPage(new WebPage(profile, m_view)); in WebPopupWindow() 85 …connect(m_view->page(), &WebPage::geometryChangeRequested, this, &WebPopupWindow::handleGeometryCh… in WebPopupWindow() 86 connect(m_view->page(), &WebPage::windowCloseRequested, this, &QWidget::close); in WebPopupWindow()
|
| H A D | webpage.h | 57 class WebPage : public QWebEnginePage 62 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| H A D | webview.h | 57 class WebPage; variable 65 void setPage(WebPage *page);
|
| H A D | tabwidget.cpp | 215 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/ |
| H A D | 0001-Fix-build-without-opengl-or-es.patch | 7 …4-oe-linux/webkitgtk/2.34.0-r0/webkitgtk-2.34.0/Source/WebKit/WebProcess/WebPage/CoordinatedGraphi… 9 …4-oe-linux/webkitgtk/2.34.0-r0/webkitgtk-2.34.0/Source/WebKit/WebProcess/WebPage/CoordinatedGraphi… 25 .../WebPage/CoordinatedGraphics/LayerTreeHost.cpp | 4 ++-- 26 .../WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h | 6 +++--- 55 … a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp b/Sourc… 57 --- a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp 58 +++ b/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp 68 …t a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h b/Source… 70 --- a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h 71 +++ b/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | webpage.cpp | 60 WebPage::WebPage(QWebEngineProfile *profile, QObject *parent) in WebPage() function in WebPage 63 …connect(this, &QWebEnginePage::authenticationRequired, this, &WebPage::handleAuthenticationRequire… in WebPage() 64 …connect(this, &QWebEnginePage::proxyAuthenticationRequired, this, &WebPage::handleProxyAuthenticat… in WebPage() 67 bool WebPage::certificateError(const QWebEngineCertificateError &error) in certificateError() 88 void WebPage::handleAuthenticationRequired(const QUrl &requestUrl, QAuthenticator *auth) in handleAuthenticationRequired() 116 void WebPage::handleProxyAuthenticationRequired(const QUrl &, QAuthenticator *auth, const QString &… in handleProxyAuthenticationRequired()
|
| H A D | webpopupwindow.cpp | 73 m_view->setPage(new WebPage(profile, m_view)); in WebPopupWindow() 84 …connect(m_view->page(), &WebPage::geometryChangeRequested, this, &WebPopupWindow::handleGeometryCh… in WebPopupWindow() 85 connect(m_view->page(), &WebPage::windowCloseRequested, this, &QWidget::close); in WebPopupWindow()
|
| H A D | webpage.h | 56 class WebPage : public QWebEnginePage 61 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| H A D | webview.h | 57 class WebPage; variable 65 void setPage(WebPage *page);
|
| H A D | tabwidget.cpp | 205 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | webpage.cpp | 62 WebPage::WebPage(QWebEngineProfile *profile, QObject *parent) in WebPage() function in WebPage 65 …connect(this, &QWebEnginePage::authenticationRequired, this, &WebPage::handleAuthenticationRequire… in WebPage() 66 …connect(this, &QWebEnginePage::proxyAuthenticationRequired, this, &WebPage::handleProxyAuthenticat… in WebPage() 69 bool WebPage::certificateError(const QWebEngineCertificateError &error) in certificateError() 90 void WebPage::handleAuthenticationRequired(const QUrl &requestUrl, QAuthenticator *auth) in handleAuthenticationRequired() 118 void WebPage::handleProxyAuthenticationRequired(const QUrl &, QAuthenticator *auth, const QString &… in handleProxyAuthenticationRequired()
|
| H A D | webpopupwindow.cpp | 73 m_view->setPage(new WebPage(profile, m_view)); in WebPopupWindow() 84 …connect(m_view->page(), &WebPage::geometryChangeRequested, this, &WebPopupWindow::handleGeometryCh… in WebPopupWindow() 85 connect(m_view->page(), &WebPage::windowCloseRequested, this, &QWidget::close); in WebPopupWindow()
|
| H A D | webpage.h | 56 class WebPage : public QWebEnginePage 61 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
|
| H A D | webview.h | 57 class WebPage; variable 65 void setPage(WebPage *page);
|
| H A D | tabwidget.cpp | 205 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | webview.cpp | 56 WebPage::WebPage(QObject *parent) in WebPage() function in WebPage 67 BrowserMainWindow *WebPage::mainWindow() in mainWindow() 78 bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationT… in acceptNavigationRequest() 111 QWebPage *WebPage::createWindow(QWebPage::WebWindowType type) in createWindow() 126 QObject *WebPage::createPlugin(const QString &classId, const QUrl &url, const QStringList ¶mNam… in createPlugin() 136 void WebPage::handleUnsupportedContent(QNetworkReply *reply) in handleUnsupportedContent() 192 , m_page(new WebPage(this)) in WebView()
|
| H A D | webview.h | 48 class WebPage : public QWebPage { 55 WebPage(QObject *parent = 0); 83 WebPage *webPage() const { return m_page; } in webPage() 108 WebPage *m_page;
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/doc/src/ |
| H A D | simplebrowser.qdoc | 67 \li \c{WebView} is a \l QWebEngineView, provides a view for \c{WebPage}, 69 \li \c{WebPage} is a \l QWebEnginePage that represents website content. 200 \section1 Implementing WebPage Functionality 202 We implement \c WebPage as a subclass of QWebEnginePage to enable HTTP, 207 \skipto WebPage : 215 \skipto WebPage::handleAuthenticationRequired( 227 \skipto WebPage::certificateError( 257 The \c setUrl() method of \c WebView just forwards the \c url to the associated \c WebPage,
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/doc/src/ |
| H A D | simplebrowser.qdoc | 67 \li \c{WebView} is a \l QWebEngineView, provides a view for \c{WebPage}, 69 \li \c{WebPage} is a \l QWebEnginePage that represents website content. 200 \section1 Implementing WebPage Functionality 202 We implement \c WebPage as a subclass of QWebEnginePage to enable HTTP, 207 \skipto WebPage : 215 \skipto WebPage::handleAuthenticationRequired( 227 \skipto WebPage::certificateError( 257 The \c setUrl() method of \c WebView just forwards the \c url to the associated \c WebPage,
|