Home
last modified time | relevance | path

Searched refs:MINIMUM_PRIORITY (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/net/spdy/
Dspdy_write_queue.cc38 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; i++) { in IsEmpty()
50 CHECK_GE(priority, MINIMUM_PRIORITY); in Enqueue()
62 for (int i = MAXIMUM_PRIORITY; i >= MINIMUM_PRIORITY; --i) { in Dequeue()
82 CHECK_GE(priority, MINIMUM_PRIORITY); in RemovePendingWritesForStream()
89 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in RemovePendingWritesForStream()
126 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in RemovePendingWritesForStreamsAfter()
151 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in Clear()
Dspdy_http_utils.cc165 HIGHEST - MINIMUM_PRIORITY < 5,
171 DCHECK_GE(priority, MINIMUM_PRIORITY); in ConvertRequestPriorityToSpdyPriority()
Dspdy_session.cc528 priority_ = MINIMUM_PRIORITY; in Reset()
846 CHECK_GE(priority, MINIMUM_PRIORITY); in TryCreateStream()
854 DCHECK_GE(request.priority(), MINIMUM_PRIORITY); in CreateStream()
903 CHECK_GE(priority, MINIMUM_PRIORITY); in CancelStreamRequest()
908 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in CancelStreamRequest()
936 for (int j = MAXIMUM_PRIORITY; j >= MINIMUM_PRIORITY; --j) { in GetNextPendingStreamRequest()
1616 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in DcheckGoingAway()
3214 CHECK_GE(priority, MINIMUM_PRIORITY); in QueueSendStalledStream()
3250 for (int i = MAXIMUM_PRIORITY; i >= MINIMUM_PRIORITY; --i) { in PopStreamToPossiblyResume()
Dspdy_session.h449 DCHECK_GE(priority, MINIMUM_PRIORITY); in pending_create_stream_queue_size()
Dspdy_stream.cc111 CHECK_GE(priority_, MINIMUM_PRIORITY); in SpdyStream()
Dspdy_network_transaction_unittest.cc764 for (RequestPriority p = MINIMUM_PRIORITY; p <= MAXIMUM_PRIORITY; in TEST_P()
/external/chromium_org/net/base/
Drequest_priority.h16 MINIMUM_PRIORITY = IDLE, enumerator
Dprioritized_dispatcher_unittest.cc22 COMPILE_ASSERT(MINIMUM_PRIORITY == 0u &&
23 MINIMUM_PRIORITY == IDLE &&
181 for (size_t priority = MINIMUM_PRIORITY; priority <= MAXIMUM_PRIORITY; in TEST_F()
197 for (size_t priority = MINIMUM_PRIORITY; priority <= MAXIMUM_PRIORITY; in TEST_F()
/external/chromium_org/net/quic/
Dquic_http_utils.cc11 DCHECK_GE(priority, MINIMUM_PRIORITY); in ConvertRequestPriorityToQuicPriority()
Dquic_http_stream.cc36 priority_(MINIMUM_PRIORITY), in QuicHttpStream()
/external/chromium_org/net/dns/
Dhost_resolver.cc76 (total_reserved_slots == total_jobs && parsed[MINIMUM_PRIORITY] == 0)) { in GetDispatcherLimits()
Dhost_resolver_impl.cc438 for (i = highest_priority_; i > MINIMUM_PRIORITY && !counts_[i]; --i); in Remove()
443 DCHECK_EQ(MINIMUM_PRIORITY, highest_priority_); in Remove()
/external/chromium_org/net/socket/
Dsocks_client_socket_pool_unittest.cc146 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_F()
165 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_F()
Dtransport_client_socket_pool_unittest.cc197 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_F()
Dwebsocket_transport_client_socket_pool_unittest.cc134 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_F()
Dssl_client_socket_pool_unittest.cc770 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_P()
/external/chromium_org/net/url_request/
Durl_request.cc1025 DCHECK_GE(priority, MINIMUM_PRIORITY); in SetPriority()
/external/chromium_org/content/browser/loader/
Dresource_dispatcher_host_impl.cc1043 if (request_data.priority < net::MINIMUM_PRIORITY || in BeginRequest()