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