Searched refs:NUM_PRIORITIES (Results 1 – 7 of 7) sorted by relevance
19 NUM_PRIORITIES, enumerator
743 NUM_PRIORITIES > IDLE,898 PendingRequestsQueue pending_requests_[NUM_PRIORITIES];
558 DCHECK_LT(static_cast<int>(priority), static_cast<int>(NUM_PRIORITIES)); in set_priority()561 DCHECK_LT(priority, NUM_PRIORITIES); in set_priority()
115 DCHECK(HIGHEST <= priority && priority < NUM_PRIORITIES); in ConvertRequestPriorityToSpdyPriority()
402 for (int i = 0;i < NUM_PRIORITIES;++i) { in ProcessPendingCreateStreams()435 for (int i = 0;i < NUM_PRIORITIES;++i) { in CancelPendingCreateStreams()487 DCHECK(priority >= net::HIGHEST && priority < net::NUM_PRIORITIES); in CreateStreamImpl()855 for (int i = 0;i < NUM_PRIORITIES;++i) { in CloseAllStreams()
449 PendingCreateStreamQueue create_stream_queues_[NUM_PRIORITIES];
551 for (RequestPriority p = HIGHEST; p < NUM_PRIORITIES; in TEST_P()