Home
last modified time | relevance | path

Searched refs:SPDY_PRIORITY_LOWEST (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/spdy/
Dspdy_http_utils.cc118 return SPDY_PRIORITY_LOWEST - 1; in ConvertRequestPriorityToSpdyPriority()
120 return SPDY_PRIORITY_LOWEST; in ConvertRequestPriorityToSpdyPriority()
Dspdy_framer_test.cc834 1, 0, SPDY_PRIORITY_LOWEST, CONTROL_FLAG_NONE, in TEST_F()
921 1, 0, SPDY_PRIORITY_LOWEST, CONTROL_FLAG_NONE, in TEST_F()
Dspdy_protocol.h226 #define SPDY_PRIORITY_LOWEST 3 macro