OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fetchContext
(Results
1 - 2
of
2
) sorted by null
/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/loader/
FrameLoader.h
55
class
FetchContext
;
121
FetchContext
&
fetchContext
() const { return *m_fetchContext; }
275
OwnPtr<
FetchContext
> m_fetchContext;
Completed in 26 milliseconds