Searched refs:MINIMUM_PRIORITY (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/net/spdy/ |
D | spdy_write_queue.cc | 38 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()
|
D | spdy_http_utils.cc | 165 HIGHEST - MINIMUM_PRIORITY < 5, 171 DCHECK_GE(priority, MINIMUM_PRIORITY); in ConvertRequestPriorityToSpdyPriority()
|
D | spdy_session.cc | 528 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()
|
D | spdy_session.h | 449 DCHECK_GE(priority, MINIMUM_PRIORITY); in pending_create_stream_queue_size()
|
D | spdy_stream.cc | 111 CHECK_GE(priority_, MINIMUM_PRIORITY); in SpdyStream()
|
D | spdy_network_transaction_unittest.cc | 764 for (RequestPriority p = MINIMUM_PRIORITY; p <= MAXIMUM_PRIORITY; in TEST_P()
|
/external/chromium_org/net/base/ |
D | request_priority.h | 16 MINIMUM_PRIORITY = IDLE, enumerator
|
D | prioritized_dispatcher_unittest.cc | 22 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/ |
D | quic_http_utils.cc | 11 DCHECK_GE(priority, MINIMUM_PRIORITY); in ConvertRequestPriorityToQuicPriority()
|
D | quic_http_stream.cc | 36 priority_(MINIMUM_PRIORITY), in QuicHttpStream()
|
/external/chromium_org/net/dns/ |
D | host_resolver.cc | 76 (total_reserved_slots == total_jobs && parsed[MINIMUM_PRIORITY] == 0)) { in GetDispatcherLimits()
|
D | host_resolver_impl.cc | 438 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/ |
D | socks_client_socket_pool_unittest.cc | 146 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()
|
D | transport_client_socket_pool_unittest.cc | 197 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_F()
|
D | websocket_transport_client_socket_pool_unittest.cc | 134 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_F()
|
D | ssl_client_socket_pool_unittest.cc | 770 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) { in TEST_P()
|
/external/chromium_org/net/url_request/ |
D | url_request.cc | 1025 DCHECK_GE(priority, MINIMUM_PRIORITY); in SetPriority()
|
/external/chromium_org/content/browser/loader/ |
D | resource_dispatcher_host_impl.cc | 1043 if (request_data.priority < net::MINIMUM_PRIORITY || in BeginRequest()
|