HomeSort by relevance Sort by last modified time
    Searched refs:FetchContext (Results 1 - 13 of 13) 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(FetchContext, instance, ());
43 void FetchContext::dispatchDidChangeResourcePriority(unsigned long, ResourceLoadPriority)
47 void FetchContext::reportLocalLoadFailed(const KURL&)
51 void FetchContext::addAdditionalRequestHeaders(Document&, ResourceRequest&, Resource::Type)
55 CachePolicy FetchContext::cachePolicy(Document*) const
60 void FetchContext::dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&, const FetchInitiatorInfo&)
64 void FetchContext::dispatchDidLoadResourceFromMemoryCache(const ResourceRequest&, const ResourceResponse&
    [all...]
FetchContext.h 52 class FetchContext {
53 WTF_MAKE_NONCOPYABLE(FetchContext);
55 static FetchContext& nullInstance();
57 FetchContext() { }
58 virtual ~FetchContext() { }
ResourceFetcher.h 47 class FetchContext;
119 FetchContext& context() const;
ResourceFetcher.cpp 35 #include "core/fetch/FetchContext.h"
266 FetchContext& ResourceFetcher::context() const
269 return frame->fetchContext();
270 return FetchContext::nullInstance();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 55 class FetchContext;
121 FetchContext& fetchContext() const { return *m_fetchContext; }
275 OwnPtr<FetchContext> m_fetchContext;
FrameFetchContext.h 34 #include "core/fetch/FetchContext.h"
49 class FrameFetchContext : public FetchContext {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Frame.h 55 class FetchContext;
148 FetchContext& fetchContext() const { return loader().fetchContext(); }
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 281 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 281 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 281 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 281 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 281 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 281 third_party/WebKit/Source/core/fetch/FetchContext.cpp \
    [all...]

Completed in 1727 milliseconds