Home
last modified time | relevance | path

Searched refs:NUM_PRIORITIES (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/base/
Drequest_priority.h19 NUM_PRIORITIES, enumerator
Dhost_resolver_impl.cc743 NUM_PRIORITIES > IDLE,
898 PendingRequestsQueue pending_requests_[NUM_PRIORITIES];
/external/chromium/net/url_request/
Durl_request.h558 DCHECK_LT(static_cast<int>(priority), static_cast<int>(NUM_PRIORITIES)); in set_priority()
561 DCHECK_LT(priority, NUM_PRIORITIES); in set_priority()
/external/chromium/net/spdy/
Dspdy_http_utils.cc115 DCHECK(HIGHEST <= priority && priority < NUM_PRIORITIES); in ConvertRequestPriorityToSpdyPriority()
Dspdy_session.cc402 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()
Dspdy_session.h449 PendingCreateStreamQueue create_stream_queues_[NUM_PRIORITIES];
Dspdy_network_transaction_unittest.cc551 for (RequestPriority p = HIGHEST; p < NUM_PRIORITIES; in TEST_P()