Searched refs:willSendRequest (Results 51 - 55 of 55) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/platform/network/soup/
H A DResourceHandleSoup.cpp357 // The original response will be needed later to feed to willSendRequest in
512 d->client()->willSendRequest(handle, newRequest, d->m_response);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorInstrumentation.cpp669 resourceAgent->willSendRequest(identifier, loader, request, redirectResponse);
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp267 if (FAILED(resourceLoadDelegate->willSendRequest(webView, identifier, webURLRequest.get(), webURLRedirectResponse.get(), getWebDataSource(loader), &newWebURLRequest)))
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm358 newURLRequest = (NSURLRequest *)CallResourceLoadDelegate(implementations->willSendRequestFunc, webView, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:), [webView _objectForIdentifier:identifier], currentURLRequest, redirectResponse.nsURLResponse(), dataSource(loader));
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm1628 cache->willSendRequestFunc = getMethod(delegate, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:));

Completed in 84 milliseconds

123