Lines Matching refs:WebPage
44 WebPage::WebPage(QObject* parent) in WebPage() function in WebPage
57 void WebPage::applyProxy() in applyProxy()
67 bool WebPage::supportsExtension(QWebPage::Extension extension) const in supportsExtension()
74 bool WebPage::extension(Extension extension, const ExtensionOption* option, ExtensionReturn* output) in extension()
85 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationT… in acceptNavigationRequest()
109 void WebPage::openUrlInDefaultBrowser(const QUrl& url) in openUrlInDefaultBrowser()
119 QString WebPage::userAgentForUrl(const QUrl& url) const in userAgentForUrl()
126 bool WebPage::shouldInterruptJavaScript() in shouldInterruptJavaScript()
133 void WebPage::authenticationRequired(QNetworkReply* reply, QAuthenticator* authenticator) in authenticationRequired()
176 void WebPage::requestPermission(QWebFrame* frame, QWebPage::Feature feature) in requestPermission()
181 void WebPage::featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature) in featurePermissionRequestCanceled()
185 QWebPage* WebPage::createWindow(QWebPage::WebWindowType type) in createWindow()
194 QObject* WebPage::createPlugin(const QString &classId, const QUrl&, const QStringList&, const QStri… in createPlugin()