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

  /external/chromium/net/base/
request_priority.h 17 LOWEST,
host_resolver_impl.cc 741 LOWEST > HIGHEST &&
742 IDLE > LOWEST &&
796 // If the queue is too big, kick out the lowest priority oldest request.
798 // Iterate over the queues from lowest priority to highest priority.
    [all...]
host_resolver_impl_unittest.cc     [all...]
  /external/chromium/net/http/
http_request_info.cc 11 priority(LOWEST),
http_proxy_client_socket_pool_unittest.cc 52 HostPortPair("proxy", 80), LOWEST, GURL(), false, false)),
http_network_transaction_unittest.cc     [all...]
  /external/chromium/net/spdy/
spdy_stream_unittest.cc 142 net::ConvertRequestPriorityToSpdyPriority(LOWEST),
201 new TransportSocketParams(host_port_pair, LOWEST, GURL(), false, false));
207 LOWEST,
216 session->CreateStream(url, LOWEST, &stream, BoundNetLog(), NULL));
spdy_network_transaction_unittest.cc 527 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
570 case LOWEST:
614 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
619 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
624 scoped_ptr<spdy::SpdyFrame> req3(ConstructSpdyGet(NULL, 0, false, 5, LOWEST));
709 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
714 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
796 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
801 scoped_ptr<spdy::SpdyFrame> req2(ConstructSpdyGet(NULL, 0, false, 3, LOWEST));
    [all...]
spdy_test_util.cc 441 LOWEST,
468 LOWEST,
495 LOWEST,
526 LOWEST,
545 LOWEST,
566 LOWEST,
592 LOWEST,
641 LOWEST,
675 LOWEST,
704 LOWEST,
    [all...]
spdy_http_utils.cc 117 case LOWEST:
spdy_http_stream_unittest.cc 58 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(NULL, 0, false, 1, LOWEST));
172 scoped_ptr<spdy::SpdyFrame> req(ConstructSpdyGet(base_url, false, 1, LOWEST));
spdy_proxy_client_socket_unittest.cc 146 LOWEST,
189 LOWEST, NULL, session_->transport_socket_pool(),
196 spdy_session_->CreateStream(url_, LOWEST, &spdy_stream_, BoundNetLog(),
310 net::ConvertRequestPriorityToSpdyPriority(LOWEST),
336 net::ConvertRequestPriorityToSpdyPriority(LOWEST),
366 LOWEST,
385 LOWEST,
403 LOWEST,
    [all...]
  /external/chromium/net/socket/
transport_client_socket_pool_unittest.cc 543 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST));
544 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST));
548 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST));
695 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST));
704 EXPECT_EQ(ERR_IO_PENDING, StartRequest("a", LOWEST));
763 HostPortPair("www.google.com", 80), LOWEST, GURL(), false, false));
764 int rv = handle_->Init("a", dest, LOWEST, this, pool_, BoundNetLog());
784 HostPortPair("www.google.com", 80), LOWEST, GURL(), false, false));
785 int rv = handle.Init("a", dest, LOWEST, &callback, &pool_,
    [all...]
client_socket_pool_base_unittest.cc 811 EXPECT_EQ(OK, StartRequest("b", LOWEST));
814 EXPECT_EQ(OK, StartRequest("a", LOWEST));
819 EXPECT_EQ(ERR_IO_PENDING, StartRequest("c", LOWEST));
834 // and then ("c", LOWEST).
846 EXPECT_EQ(OK, StartRequest("a", LOWEST));
    [all...]
deterministic_socket_data_unittest.cc 74 LOWEST,
100 LOWEST,
client_socket_pool_base.h 677 // priority to LOWEST and specifies the NO_IDLE_SOCKETS flag.
688 LOWEST,
  /external/chromium/net/url_request/
url_request.cc 122 priority_(LOWEST),

Completed in 730 milliseconds