Home
last modified time | relevance | path

Searched refs:FetchContext (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DFetchContext.cpp37 FetchContext& FetchContext::nullInstance() in nullInstance()
39 DEFINE_STATIC_LOCAL(FetchContext, instance, ()); in nullInstance()
43 void FetchContext::dispatchDidChangeResourcePriority(unsigned long, ResourceLoadPriority, int) in dispatchDidChangeResourcePriority()
47 void FetchContext::reportLocalLoadFailed(const KURL&) in reportLocalLoadFailed()
51 void FetchContext::addAdditionalRequestHeaders(Document*, ResourceRequest&, FetchResourceType) in addAdditionalRequestHeaders()
55 void FetchContext::setFirstPartyForCookies(ResourceRequest&) in setFirstPartyForCookies()
59 CachePolicy FetchContext::cachePolicy(Document*) const in cachePolicy()
64 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const … in dispatchWillSendRequest()
68 void FetchContext::dispatchDidLoadResourceFromMemoryCache(const ResourceRequest&, const ResourceRes… in dispatchDidLoadResourceFromMemoryCache()
72 void FetchContext::dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceRespons… in dispatchDidReceiveResponse()
[all …]
DFetchContext.h57 class FetchContext {
58 WTF_MAKE_NONCOPYABLE(FetchContext);
60 static FetchContext& nullInstance();
62 FetchContext() { } in FetchContext() function
63 virtual ~FetchContext() { } in ~FetchContext()
DResourceFetcher.h47 class FetchContext; variable
118 FetchContext& context() const;
DResourceFetcher.cpp262 FetchContext& ResourceFetcher::context() const in context()
266 return FetchContext::nullInstance(); in context()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoader.h56 class FetchContext; variable
120 FetchContext& fetchContext() const { return *m_fetchContext; } in fetchContext()
248 OwnPtr<FetchContext> m_fetchContext;
DFrameFetchContext.h49 class FrameFetchContext FINAL : public FetchContext {
/external/chromium_org/third_party/WebKit/Source/core/frame/
DLocalFrame.h46 class FetchContext; variable
94 FetchContext& fetchContext() const { return loader().fetchContext(); } in fetchContext()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_remaining.target.linux-arm64.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.linux-mips.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.darwin-x86_64.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.darwin-arm64.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.darwin-x86.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.darwin-mips.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.linux-x86_64.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.linux-x86.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.linux-arm.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dwebcore_remaining.target.darwin-arm.mk316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
Dcore.gypi1078 'fetch/FetchContext.cpp',
1079 'fetch/FetchContext.h',