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

  /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/loader/
FrameLoader.h 53 class FetchContext;
116 FetchContext& fetchContext() const { return *m_fetchContext; }
241 OwnPtrWillBeMember<FetchContext> m_fetchContext;

Completed in 968 milliseconds