Home | History | Annotate | Download | only in QtTestBrowser

Lines Matching defs:WebPage

33 #include "webpage.h"
44 WebPage::WebPage(QObject* parent)
57 void WebPage::applyProxy()
67 bool WebPage::supportsExtension(QWebPage::Extension extension) const
74 bool WebPage::extension(Extension extension, const ExtensionOption* option, ExtensionReturn* output)
85 bool WebPage::acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, NavigationType type)
109 void WebPage::openUrlInDefaultBrowser(const QUrl& url)
119 QString WebPage::userAgentForUrl(const QUrl& url) const
126 bool WebPage::shouldInterruptJavaScript()
133 void WebPage::authenticationRequired(QNetworkReply* reply, QAuthenticator* authenticator)
176 void WebPage::requestPermission(QWebFrame* frame, QWebPage::Feature feature)
181 void WebPage::featurePermissionRequestCanceled(QWebFrame*, QWebPage::Feature)
185 QWebPage* WebPage::createWindow(QWebPage::WebWindowType type)
194 QObject* WebPage::createPlugin(const QString &classId, const QUrl&, const QStringList&, const QStringList&)