Home
last modified time | relevance | path

Searched refs:WebPage (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebpage.cpp62 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 Dwebpopupwindow.cpp74 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 Dwebpage.h57 class WebPage : public QWebEnginePage
62 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
H A Dwebview.h57 class WebPage; variable
65 void setPage(WebPage *page);
H A Dtabwidget.cpp215 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebpage.cpp62 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 Dwebpopupwindow.cpp74 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 Dwebpage.h57 class WebPage : public QWebEnginePage
62 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
H A Dwebview.h57 class WebPage; variable
65 void setPage(WebPage *page);
H A Dtabwidget.cpp215 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
/OK3568_Linux_fs/yocto/poky/meta/recipes-sato/webkit/webkitgtk/
H A D0001-Fix-build-without-opengl-or-es.patch7 …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 Dwebpage.cpp60 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 Dwebpopupwindow.cpp73 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 Dwebpage.h56 class WebPage : public QWebEnginePage
61 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
H A Dwebview.h57 class WebPage; variable
65 void setPage(WebPage *page);
H A Dtabwidget.cpp205 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dwebpage.cpp62 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 Dwebpopupwindow.cpp73 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 Dwebpage.h56 class WebPage : public QWebEnginePage
61 WebPage(QWebEngineProfile *profile, QObject *parent = nullptr);
H A Dwebview.h57 class WebPage; variable
65 void setPage(WebPage *page);
H A Dtabwidget.cpp205 WebPage *webPage = new WebPage(m_profile, webView); in createBackgroundTab()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dwebview.cpp56 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 &paramNam… in createPlugin()
136 void WebPage::handleUnsupportedContent(QNetworkReply *reply) in handleUnsupportedContent()
192 , m_page(new WebPage(this)) in WebView()
H A Dwebview.h48 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 Dsimplebrowser.qdoc67 \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 Dsimplebrowser.qdoc67 \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,

12