OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESPONSE_INFO_WAS_SPDY
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_response_info.cc
50
RESPONSE_INFO_WAS_SPDY
= 1 << 13,
176
was_fetched_via_spdy = (flags &
RESPONSE_INFO_WAS_SPDY
) != 0;
203
flags |=
RESPONSE_INFO_WAS_SPDY
;
/external/chromium_org/net/http/
http_response_info.cc
69
RESPONSE_INFO_WAS_SPDY
= 1 << 13,
268
was_fetched_via_spdy = (flags &
RESPONSE_INFO_WAS_SPDY
) != 0;
298
flags |=
RESPONSE_INFO_WAS_SPDY
;
Completed in 758 milliseconds