HomeSort by relevance Sort by last modified time
    Searched refs:MAXIMUM_PRIORITY (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/net/base/
request_priority.h 22 MAXIMUM_PRIORITY = HIGHEST,
29 NUM_PRIORITIES = MAXIMUM_PRIORITY + 1,
prioritized_dispatcher_unittest.cc 26 HIGHEST <= MAXIMUM_PRIORITY,
181 for (size_t priority = MINIMUM_PRIORITY; priority <= MAXIMUM_PRIORITY;
197 for (size_t priority = MINIMUM_PRIORITY; priority <= MAXIMUM_PRIORITY;
  /external/chromium_org/net/spdy/
spdy_write_queue.cc 38 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; i++) {
51 CHECK_LE(priority, MAXIMUM_PRIORITY);
62 for (int i = MAXIMUM_PRIORITY; i >= MINIMUM_PRIORITY; --i) {
83 CHECK_LE(priority, MAXIMUM_PRIORITY);
89 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
126 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
151 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
spdy_http_utils.cc 172 DCHECK_LE(priority, MAXIMUM_PRIORITY);
spdy_session.cc 847 CHECK_LE(priority, MAXIMUM_PRIORITY);
855 DCHECK_LE(request.priority(), MAXIMUM_PRIORITY);
904 CHECK_LE(priority, MAXIMUM_PRIORITY);
908 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
936 for (int j = MAXIMUM_PRIORITY; j >= MINIMUM_PRIORITY; --j)
    [all...]
spdy_session.h 450 DCHECK_LE(priority, MAXIMUM_PRIORITY);
    [all...]
spdy_stream.cc 112 CHECK_LE(priority_, MAXIMUM_PRIORITY);
spdy_network_transaction_unittest.cc 764 for (RequestPriority p = MINIMUM_PRIORITY; p <= MAXIMUM_PRIORITY;
    [all...]
  /external/chromium_org/net/quic/
quic_http_utils.cc 12 DCHECK_LE(priority, MAXIMUM_PRIORITY);
  /external/chromium_org/net/socket/
socks_client_socket_pool_unittest.cc 146 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
165 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
client_socket_pool_base_unittest.cc     [all...]
client_socket_pool_base.cc 144 DCHECK_EQ(priority_, MAXIMUM_PRIORITY);
    [all...]
websocket_transport_client_socket_pool_unittest.cc 134 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
    [all...]
transport_client_socket_pool_unittest.cc 197 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
    [all...]
ssl_client_socket_pool_unittest.cc 770 for (int i = MINIMUM_PRIORITY; i <= MAXIMUM_PRIORITY; ++i) {
    [all...]
  /external/chromium_org/content/public/common/
common_param_traits_macros.h 44 IPC_ENUM_TRAITS_MAX_VALUE(net::RequestPriority, net::MAXIMUM_PRIORITY)
  /external/chromium_org/net/url_request/
url_request.cc 464 DCHECK_EQ(priority_, MAXIMUM_PRIORITY);
471 SetPriority(MAXIMUM_PRIORITY);
    [all...]
url_request_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/renderer_host/
chrome_resource_dispatcher_host_delegate.cc 312 // should remain at MAXIMUM_PRIORITY.
314 DCHECK_EQ(request->priority(), net::MAXIMUM_PRIORITY);
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_impl.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]

Completed in 705 milliseconds