OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forPreload
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebCachedURLRequest.cpp
62
bool WebCachedURLRequest::
forPreload
() const
64
return m_private->
forPreload
();
/external/chromium_org/third_party/WebKit/Source/core/fetch/
FetchRequest.h
57
bool
forPreload
() const { return m_forPreload; }
58
void setForPreload(bool
forPreload
) { m_forPreload =
forPreload
; }
Completed in 292 milliseconds