HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_PRIORITY (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/chromium_org/net/base/
request_priority.h 16 DEFAULT_PRIORITY = LOWEST,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoPriorityResolverTest.java 41 assertEquals(PhotoPriorityResolver.DEFAULT_PRIORITY,
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_io_helper_unittest.cc 53 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context_);
60 GURL("http://non-matching.com"), net::DEFAULT_PRIORITY, NULL, &context_);
70 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context_);
79 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context_);
policy_header_service_unittest.cc 101 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context);
110 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context);
  /external/chromium_org/ui/message_center/
notification_types.h 42 DEFAULT_PRIORITY = 0,
  /external/chromium_org/net/spdy/
spdy_write_queue_unittest.cc 122 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
123 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORITY));
124 scoped_ptr<SpdyStream> stream3(MakeTestStream(DEFAULT_PRIORITY));
126 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, producer1.Pass(),
128 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_REPLY, producer2.Pass(),
130 write_queue.Enqueue(DEFAULT_PRIORITY, RST_STREAM, producer3.Pass(),
160 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
161 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORITY));
166 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, IntToProducer(i), stream);
194 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
    [all...]
spdy_network_transaction_unittest.cc 590 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY,
606 new HttpNetworkTransaction(DEFAULT_PRIORITY, helper.session().get()));
649 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
707 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
726 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY,
    [all...]
  /external/chromium_org/net/dns/
mapped_host_resolver_unittest.cc 45 DEFAULT_PRIORITY,
60 DEFAULT_PRIORITY,
73 DEFAULT_PRIORITY,
89 DEFAULT_PRIORITY,
124 DEFAULT_PRIORITY,
137 DEFAULT_PRIORITY,
168 DEFAULT_PRIORITY,
181 DEFAULT_PRIORITY,
225 DEFAULT_PRIORITY,
236 DEFAULT_PRIORITY,
    [all...]
single_request_host_resolver_unittest.cc 81 request, DEFAULT_PRIORITY, &addrlist, callback.callback(), BoundNetLog());
102 DEFAULT_PRIORITY,
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_permissions_unittest.cc 99 sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
108 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
119 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
128 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
142 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
154 GURL("http://example.com"), net::DEFAULT_PRIORITY, NULL, &context);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 47 public static final int DEFAULT_PRIORITY = 7;
78 return DEFAULT_PRIORITY;
101 return DEFAULT_PRIORITY;
124 return DEFAULT_PRIORITY;
128 int priority = DEFAULT_PRIORITY;
150 DEFAULT_PRIORITY);
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 71 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context);
91 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context);
113 GURL(kRedirect_Transaction.url), DEFAULT_PRIORITY, &d, &context);
url_request_context_builder_unittest.cc 60 DEFAULT_PRIORITY,
77 DEFAULT_PRIORITY,
url_request_unittest.cc 630 URLRequest r(GURL("about:blank"), DEFAULT_PRIORITY, &d, &default_context_);
673 DEFAULT_PRIORITY,
700 URLRequest r(app_url, DEFAULT_PRIORITY, &d, &default_context_);
729 URLRequest r(app_url, DEFAULT_PRIORITY, &d, &default_context_);
761 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
805 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
842 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
871 URLRequest r(test_file_url, DEFAULT_PRIORITY, &d, &default_context_);
883 URLRequest r(test_file_url, DEFAULT_PRIORITY, &d, &default_context_);
894 URLRequest r(GURL("invalid url"), DEFAULT_PRIORITY, &d, &default_context_)
    [all...]
url_request_job_factory_impl_unittest.cc 64 GURL("foo://bar"), DEFAULT_PRIORITY, &delegate, &request_context);
79 GURL("foo://bar"), DEFAULT_PRIORITY, &delegate, &request_context);
url_request_ftp_job_unittest.cc 126 DEFAULT_PRIORITY,
147 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
269 DEFAULT_PRIORITY,
294 DEFAULT_PRIORITY,
322 DEFAULT_PRIORITY,
366 DEFAULT_PRIORITY,
399 DEFAULT_PRIORITY,
443 DEFAULT_PRIORITY,
509 url, DEFAULT_PRIORITY, &request_delegate, request_context());
542 DEFAULT_PRIORITY,
    [all...]
  /external/chromium_org/net/socket/
client_socket_pool_base_unittest.cc 750 &ignored, CompletionCallback(), DEFAULT_PRIORITY,
770 &ignored, CompletionCallback(), DEFAULT_PRIORITY,
817 DEFAULT_PRIORITY,
860 DEFAULT_PRIORITY,
887 EXPECT_EQ(OK, StartRequest("a", DEFAULT_PRIORITY));
888 EXPECT_EQ(OK, StartRequest("b", DEFAULT_PRIORITY));
889 EXPECT_EQ(OK, StartRequest("c", DEFAULT_PRIORITY));
890 EXPECT_EQ(OK, StartRequest("d", DEFAULT_PRIORITY));
896 EXPECT_EQ(ERR_IO_PENDING, StartRequest("e", DEFAULT_PRIORITY));
897 EXPECT_EQ(ERR_IO_PENDING, StartRequest("f", DEFAULT_PRIORITY));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job_unittest.cc 188 net::DEFAULT_PRIORITY,
207 net::DEFAULT_PRIORITY,
233 net::DEFAULT_PRIORITY,
256 net::DEFAULT_PRIORITY,
272 net::DEFAULT_PRIORITY,
285 net::DEFAULT_PRIORITY,
298 net::DEFAULT_PRIORITY,
311 net::DEFAULT_PRIORITY,
324 net::DEFAULT_PRIORITY,
342 net::DEFAULT_PRIORITY,
    [all...]
  /external/chromium_org/net/http/
http_pipelined_network_transaction_unittest.cc 149 new HttpNetworkTransaction(DEFAULT_PRIORITY, session_.get()));
156 HttpNetworkTransaction two_transaction(DEFAULT_PRIORITY, session_.get());
183 new HttpNetworkTransaction(DEFAULT_PRIORITY, session_.get()));
190 HttpNetworkTransaction two_transaction(DEFAULT_PRIORITY, session_.get());
196 HttpNetworkTransaction three_transaction(DEFAULT_PRIORITY, session_.get());
203 HttpNetworkTransaction four_transaction(DEFAULT_PRIORITY, session_.get());
251 HttpNetworkTransaction transaction(DEFAULT_PRIORITY, session_.get());
462 HttpNetworkTransaction one_transaction(DEFAULT_PRIORITY, session_.get());
469 HttpNetworkTransaction two_transaction(DEFAULT_PRIORITY, session_.get());
502 HttpNetworkTransaction one_transaction(DEFAULT_PRIORITY, session_.get())
    [all...]
http_stream_factory_impl_request_unittest.cc 82 DEFAULT_PRIORITY,
87 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
http_network_layer_unittest.cc 76 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
281 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
288 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
295 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
302 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
332 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
543 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
596 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
766 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL);
799 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans, NULL)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition_unittest.cc 81 http_url, net::DEFAULT_PRIORITY, NULL, &context);
92 https_url, net::DEFAULT_PRIORITY, NULL, &context);
130 http_url, net::DEFAULT_PRIORITY, NULL, &context);
203 GURL("https://www.example.com"), net::DEFAULT_PRIORITY, NULL, &context);
263 http_url, net::DEFAULT_PRIORITY, NULL, &context);
275 https_url, net::DEFAULT_PRIORITY, NULL, &context);
285 https_foo_url, net::DEFAULT_PRIORITY, NULL, &context);
324 http_url, net::DEFAULT_PRIORITY, NULL, &context);
330 http_url_80, net::DEFAULT_PRIORITY, NULL, &context);
336 http_url_1000, net::DEFAULT_PRIORITY, NULL, &context)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 176 net::DEFAULT_PRIORITY,
194 net::DEFAULT_PRIORITY,
236 net::DEFAULT_PRIORITY,
249 net::DEFAULT_PRIORITY,
272 net::DEFAULT_PRIORITY,
311 net::DEFAULT_PRIORITY,
319 net::DEFAULT_PRIORITY,
329 net::DEFAULT_PRIORITY,
  /external/chromium_org/chrome/browser/ssl/
ssl_client_certificate_selector_test.cc 101 GURL("https://example"), net::DEFAULT_PRIORITY, NULL);
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 235 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
253 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
272 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
294 new TestTransactionConsumer(DEFAULT_PRIORITY,

Completed in 2724 milliseconds

1 2 3 4 5 6