OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchWillSendRequest
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchContext.cpp
60
void FetchContext::
dispatchWillSendRequest
(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&)
FetchContext.h
65
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
57
virtual void
dispatchWillSendRequest
(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& = FetchInitiatorInfo()) OVERRIDE;
FrameFetchContext.cpp
121
void FrameFetchContext::
dispatchWillSendRequest
(DocumentLoader* loader, unsigned long identifier, ResourceRequest& request, const ResourceResponse& redirectResponse, const FetchInitiatorInfo& initiatorInfo)
124
m_frame->loader().client()->
dispatchWillSendRequest
(loader, identifier, request, redirectResponse);
FrameLoaderClient.h
102
virtual void
dispatchWillSendRequest
(DocumentLoader*, unsigned long identifier, ResourceRequest&, const ResourceResponse& redirectResponse) = 0;
EmptyClients.h
197
virtual void
dispatchWillSendRequest
(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) OVERRIDE { }
DocumentLoader.cpp
839
frame()->fetchContext().
dispatchWillSendRequest
(this, m_identifierForLoadWithoutResourceLoader, m_request, ResourceResponse());
[
all
...]
/external/chromium/webkit/glue/
resource_fetcher.cc
53
frame->
dispatchWillSendRequest
(request);
/external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.cc
62
frame->
dispatchWillSendRequest
(request);
/external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.h
77
virtual void
dispatchWillSendRequest
(WebCore::DocumentLoader*, unsigned long identifier, WebCore::ResourceRequest&, const WebCore::ResourceResponse& redirectResponse);
WebFrameImpl.h
164
virtual void
dispatchWillSendRequest
(WebURLRequest&);
FrameLoaderClientImpl.cpp
319
void FrameLoaderClientImpl::
dispatchWillSendRequest
(
WebFrameImpl.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/public/web/
WebFrame.h
415
virtual void
dispatchWillSendRequest
(WebURLRequest&) = 0;
Completed in 137 milliseconds