Lines Matching refs:PRIORITY
291 PRIORITY,
292 LAST_CONTROL_TYPE = PRIORITY
411 // A SPDY priority is a number between 0 and 7 (inclusive).
412 // SPDY priority range is version-dependent. For SPDY 2 and below, priority is a
689 SpdyPriority priority() const { return priority_; }
690 void set_priority(SpdyPriority priority) { priority_ = priority; }
851 uint32 priority() const { return priority_; }
852 void set_priority(SpdyPriority priority) { priority_ = priority; }
856 // 31-bit priority.