HomeSort by relevance Sort by last modified time
    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 68 RESPONSE_INFO_WAS_SPDY = 1 << 13,
248 was_fetched_via_spdy = (flags & RESPONSE_INFO_WAS_SPDY) != 0;
278 flags |= RESPONSE_INFO_WAS_SPDY;

Completed in 369 milliseconds