HomeSort by relevance Sort by last modified time
    Searched refs:dispatchWillSendRequest (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchContext.cpp 64 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&)
FetchContext.h 73 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo());
ResourceFetcher.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameFetchContext.h 61 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo()) OVERRIDE;
FrameFetchContext.cpp 138 void FrameFetchContext::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo)
141 m_frame->loader().client()->dispatchWillSendRequest(loader, identifier, request, redirectResponse);
FrameLoaderClient.h 82 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) = 0;
EmptyClients.h 185 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) OVERRIDE { }
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.cc 97 frame->dispatchWillSendRequest(request_);
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h 79 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) OVERRIDE;
WebLocalFrameImpl.h 146 virtual void dispatchWillSendRequest(WebURLRequest&) OVERRIDE;
WebRemoteFrameImpl.h 97 virtual void dispatchWillSendRequest(WebURLRequest&) OVERRIDE;
WebRemoteFrameImpl.cpp 472 void WebRemoteFrameImpl::dispatchWillSendRequest(WebURLRequest&)
FrameLoaderClientImpl.cpp 315 void FrameLoaderClientImpl::dispatchWillSendRequest(
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 395 virtual void dispatchWillSendRequest(WebURLRequest&) = 0;

Completed in 369 milliseconds