OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wasFetchedViaSPDY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp
341
bool WebURLResponse::
wasFetchedViaSPDY
() const
343
return m_private->m_resourceResponse->
wasFetchedViaSPDY
();
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h
143
bool
wasFetchedViaSPDY
() const { return m_wasFetchedViaSPDY; }
Completed in 24 milliseconds