Searched defs:dispatchWillSendRequest (Results 1 - 5 of 5) 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
/external/chromium_org/third_party/WebKit/Source/core/loader/
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);
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp315 void FrameLoaderClientImpl::dispatchWillSendRequest( function in class:blink::FrameLoaderClientImpl
H A DWebRemoteFrameImpl.cpp472 void WebRemoteFrameImpl::dispatchWillSendRequest(WebURLRequest&) function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp939 void WebLocalFrameImpl::dispatchWillSendRequest(WebURLRequest& request) function in class:WebLocalFrameImpl
942 frame()->loader().client()->dispatchWillSendRequest(0, 0, request.toMutableResourceRequest(), response);

Completed in 732 milliseconds