Home
last modified time | relevance | path

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

/external/chromium_org/net/spdy/
Dspdy_framer.h572 SpdyPriority GetLowestPriority() const { in GetLowestPriority() function
Dspdy_framer.cc2382 if (priority > GetLowestPriority()) { in SerializeSynStream()
2384 priority = GetLowestPriority(); in SerializeSynStream()
2620 if (priority > GetLowestPriority()) { in SerializeHeaders()
2622 priority = GetLowestPriority(); in SerializeHeaders()
Dspdy_framer_test.cc1929 syn_stream.set_priority(framer.GetLowestPriority()); in TEST_P()