Searched refs:dispatchWillSendRequest (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchContext.cpp64 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&) function in class:blink::FetchContext
H A DFetchContext.h73 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo());
H A DResourceFetcher.cpp1284 context().dispatchWillSendRequest(m_documentLoader, identifier, request, redirectResponse, initiatorInfo);
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameFetchContext.h61 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo()) OVERRIDE;
H A DFrameFetchContext.cpp138 void FrameFetchContext::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo) function in class:blink::FrameFetchContext
141 m_frame->loader().client()->dispatchWillSendRequest(loader, identifier, request, redirectResponse);
H A DFrameLoaderClient.h82 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) = 0;
H A DEmptyClients.h185 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) OVERRIDE { }
/external/chromium_org/content/renderer/fetchers/
H A Dresource_fetcher_impl.cc97 frame->dispatchWillSendRequest(request_);
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.h79 virtual void dispatchWillSendRequest(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) OVERRIDE;
H A DWebRemoteFrameImpl.h97 virtual void dispatchWillSendRequest(WebURLRequest&) OVERRIDE;
H A DWebLocalFrameImpl.h146 virtual void dispatchWillSendRequest(WebURLRequest&) OVERRIDE;
H A DWebRemoteFrameImpl.cpp472 void WebRemoteFrameImpl::dispatchWillSendRequest(WebURLRequest&) function in class:blink::WebRemoteFrameImpl
H A DFrameLoaderClientImpl.cpp315 void FrameLoaderClientImpl::dispatchWillSendRequest( function in class:blink::FrameLoaderClientImpl
H A DWebLocalFrameImpl.cpp939 void WebLocalFrameImpl::dispatchWillSendRequest(WebURLRequest& request) function in class:WebLocalFrameImpl
942 frame()->loader().client()->dispatchWillSendRequest(0, 0, request.toMutableResourceRequest(), response);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h395 virtual void dispatchWillSendRequest(WebURLRequest&) = 0;

Completed in 2801 milliseconds