HomeSort by relevance Sort by last modified time
    Searched defs:dispatchWillSendRequest (Results 1 - 5 of 5) 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&)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameFetchContext.cpp 137 void FrameFetchContext::dispatchWillSendRequest(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo)
140 m_frame->loader().client()->dispatchWillSendRequest(loader, identifier, request, redirectResponse);
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 311 void FrameLoaderClientImpl::dispatchWillSendRequest(
WebRemoteFrameImpl.cpp 428 void WebRemoteFrameImpl::dispatchWillSendRequest(WebURLRequest&)
WebLocalFrameImpl.cpp     [all...]

Completed in 151 milliseconds