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 46 class FetchContext;
94 FetchContext& fetchContext() const { return loader().fetchContext(); }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoader.h 56 class FetchContext;
120 FetchContext& fetchContext() const { return *m_fetchContext; }
248 OwnPtr<FetchContext> m_fetchContext;

Completed in 656 milliseconds