HomeSort by relevance Sort by last modified time
    Searched refs:GetHighestPriority (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/spdy/
write_blocked_list_test.cc 16 TEST(WriteBlockedListTest, GetHighestPriority) {
buffered_spdy_framer.cc 381 SpdyPriority BufferedSpdyFramer::GetHighestPriority() const {
382 return spdy_framer_.GetHighestPriority();
buffered_spdy_framer.h 209 SpdyPriority GetHighestPriority() const;
spdy_framer.h 560 SpdyPriority GetHighestPriority() const { return 0; }
    [all...]
spdy_framer_test.cc 798 frame.WriteUInt32(framer.GetHighestPriority());
    [all...]

Completed in 104 milliseconds