HomeSort by relevance Sort by last modified time
    Searched refs:FetchContext (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchContext.cpp 32 #include "core/fetch/FetchContext.h"
37 FetchContext& FetchContext::nullInstance()
39 DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<FetchContext>, instance, (adoptPtrWillBeNoop(new FetchContext())));
43 void FetchContext::dispatchDidChangeResourcePriority(unsigned long, ResourceLoadPriority, int)
47 void FetchContext::reportLocalLoadFailed(const KURL&)
51 void FetchContext::addAdditionalRequestHeaders(Document*, ResourceRequest&, FetchResourceType)
55 void FetchContext::setFirstPartyForCookies(ResourceRequest&)
59 CachePolicy FetchContext::cachePolicy(Document*) cons
    [all...]
FetchContext.h 58 class FetchContext : public NoBaseWillBeGarbageCollectedFinalized<FetchContext> {
59 WTF_MAKE_NONCOPYABLE(FetchContext);
61 static FetchContext& nullInstance();
63 FetchContext() { }
64 virtual ~FetchContext() { }
ResourceFetcher.h 47 class FetchContext;
117 FetchContext& context() const;
ResourceFetcher.cpp 37 #include "core/fetch/FetchContext.h"
289 FetchContext& ResourceFetcher::context() const
292 return frame->fetchContext();
293 return FetchContext::nullInstance();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 53 class FetchContext;
116 FetchContext& fetchContext() const { return *m_fetchContext; }
241 OwnPtrWillBeMember<FetchContext> m_fetchContext;
FrameFetchContext.h 34 #include "core/fetch/FetchContext.h"
49 class FrameFetchContext FINAL : public FetchContext {
FrameFetchContext.cpp 109 CachePolicy parentCachePolicy = toLocalFrame(parentFrame)->loader().fetchContext().cachePolicy(toLocalFrame(parentFrame)->document());
213 FetchContext::trace(visitor);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 48 class FetchContext;
105 FetchContext& fetchContext() const { return loader().fetchContext(); }
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 316 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]

Completed in 339 milliseconds