GetHighestPriority  359 net/spdy/buffered_spdy_framer.cc   return spdy_framer_.GetHighestPriority();
GetHighestPriority  205 net/spdy/buffered_spdy_framer.h   SpdyPriority GetHighestPriority() const;
GetHighestPriority  501 net/spdy/spdy_framer.h   SpdyPriority GetHighestPriority() const { return 0; }
GetHighestPriority  740 net/spdy/spdy_framer_test.cc     frame.WriteUInt32(framer.GetHighestPriority());
GetHighestPriority  784 net/spdy/spdy_framer_test.cc     frame.WriteUInt32(framer.GetHighestPriority());
GetHighestPriority 1773 net/spdy/spdy_framer_test.cc     syn_stream.set_priority(framer.GetHighestPriority());
GetHighestPriority   16 net/spdy/write_blocked_list_test.cc TEST(WriteBlockedListTest, GetHighestPriority) {