Home | History | Annotate | Download | only in Api

Lines Matching refs:request

457 bool QWebPagePrivate::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type)
462 return q->acceptNavigationRequest(frame, request, type);
1956 the request to QWebView's createWindow() function; otherwise it returns a null pointer.
2180 \fn bool QWebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type)
2182 This function is called whenever WebKit requests to navigate \a frame to the resource specified by \a request by means of
2185 If \a frame is a null pointer then navigation to a new window is requested. If the request is
2193 bool QWebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type)
2202 if (WebCore::SecurityOrigin::shouldTreatURLSchemeAsLocal(request.url().scheme()))
2204 emit linkClicked(request.url());
2208 emit linkClicked(request.url());
2907 The ChooseMultipleFilesExtensionOption class holds the frame originating the request
3021 request is provided as \a parentFrame.
3494 \fn void QWebPage::downloadRequested(const QNetworkRequest &request)
3497 the link as well as additional meta-information is contained in \a request.