HomeSort by relevance Sort by last modified time
    Searched refs:willSendRequest (Results 51 - 64 of 64) sorted by null

1 23

  /external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc 58 virtual void willSendRequest(
weburlloader_impl.cc 529 client_->willSendRequest(loader_, new_request, response);
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 309 void InspectorResourceAgent::willSendRequest(unsigned long identifier, DocumentLoader* loader, ResourceRequest& request, const ResourceResponse& redirectResponse)
InspectorInstrumentation.cpp 402 resourceAgent->willSendRequest(identifier, loader, request, redirectResponse);
    [all...]
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 272 client->willSendRequest(job, redirectedRequest, d->m_response);
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 541 client->willSendRequest(m_resourceHandle, newRequest, response);
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.cpp 475 // Because willSendRequest only gets called during redirects, we initialize
476 // the identifier and the first willSendRequest here.
479 InspectorInstrumentation::willSendRequest(m_frame, m_currentResourceIdentifier, m_frame->loader()->documentLoader(), request, redirectResponse);
    [all...]
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceHandleSoup.cpp 237 d->client()->willSendRequest(handle, request, response);
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 337 m_webFrame->client()->willSendRequest(
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 186 if (FAILED(resourceLoadDelegate->willSendRequest(webView, identifier, webURLRequest.get(), webURLRedirectResponse.get(), getWebDataSource(loader), &newWebURLRequest)))
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 388 request = (NSURLRequest *)CallResourceLoadDelegate(implementations->willSendRequestFunc, webView, @selector(webView:resource:willSendRequest:redirectResponse:fromDataSource:), [webView _objectForIdentifier:identifier], request.nsURLRequest(), redirectResponse.nsURLResponse(), dataSource(loader));
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebView.mm     [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 1489 milliseconds

1 23