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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp 37 #include "core/fetch/FetchContext.h"
69 frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
70 frame->loader().fetchContext().setFirstPartyForCookies(request);
86 frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
87 frame->loader().fetchContext().setFirstPartyForCookies(request);
114 frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
115 frame->loader().fetchContext().setFirstPartyForCookies(request);
BeaconLoader.cpp 10 #include "core/fetch/FetchContext.h"
28 frame->loader().fetchContext().addAdditionalRequestHeaders(frame->document(), request, FetchSubresource);
29 frame->loader().fetchContext().setFirstPartyForCookies(request);
FrameLoader.h 53 class FetchContext;
116 FetchContext& fetchContext() const { return *m_fetchContext; }
241 OwnPtrWillBeMember<FetchContext> m_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/fetch/
ResourceFetcher.cpp 37 #include "core/fetch/FetchContext.h"
289 FetchContext& ResourceFetcher::context() const
292 return frame->fetchContext();
293 return FetchContext::nullInstance();
    [all...]

Completed in 69 milliseconds