Home | History | Annotate | Download | only in spdy

Lines Matching refs:PRIORITY

298   PRIORITY,
421 // A SPDY priority is a number between 0 and 7 (inclusive).
422 // SPDY priority range is version-dependent. For SPDY 2 and below, priority is a
694 SpdyPriority priority() const { return priority_; }
695 void set_priority(SpdyPriority priority) { priority_ = priority; }
856 uint32 priority() const { return priority_; }
857 void set_priority(SpdyPriority priority) { priority_ = priority; }
861 // 31-bit priority.
1053 virtual void VisitPriority(const SpdyPriorityIR& priority) = 0;