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

1 2 3 4 5 6

  /external/chromium_org/net/base/
request_priority.h 18 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 110 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context);
120 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 156 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
157 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORITY));
158 scoped_ptr<SpdyStream> stream3(MakeTestStream(DEFAULT_PRIORITY));
160 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, producer1.Pass(),
162 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_REPLY, producer2.Pass(),
164 write_queue.Enqueue(DEFAULT_PRIORITY, RST_STREAM, producer3.Pass(),
194 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
195 scoped_ptr<SpdyStream> stream2(MakeTestStream(DEFAULT_PRIORITY));
200 write_queue.Enqueue(DEFAULT_PRIORITY, SYN_STREAM, IntToProducer(i), stream);
228 scoped_ptr<SpdyStream> stream1(MakeTestStream(DEFAULT_PRIORITY));
    [all...]
spdy_network_transaction_unittest.cc 630 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY,
646 new HttpNetworkTransaction(DEFAULT_PRIORITY, helper.session().get()));
689 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
747 new HttpNetworkTransaction(DEFAULT_PRIORITY, session.get()));
768 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 103 sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
112 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
123 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
132 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
146 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, &context);
158 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/socket/
client_socket_pool_base_unittest.cc 772 &ignored, CompletionCallback(), DEFAULT_PRIORITY,
792 &ignored, CompletionCallback(), DEFAULT_PRIORITY,
839 DEFAULT_PRIORITY,
882 DEFAULT_PRIORITY,
909 EXPECT_EQ(OK, StartRequest("a", DEFAULT_PRIORITY));
910 EXPECT_EQ(OK, StartRequest("b", DEFAULT_PRIORITY));
911 EXPECT_EQ(OK, StartRequest("c", DEFAULT_PRIORITY));
912 EXPECT_EQ(OK, StartRequest("d", DEFAULT_PRIORITY));
918 EXPECT_EQ(ERR_IO_PENDING, StartRequest("e", DEFAULT_PRIORITY));
919 EXPECT_EQ(ERR_IO_PENDING, StartRequest("f", DEFAULT_PRIORITY));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
drive_url_request_job_unittest.cc 186 net::DEFAULT_PRIORITY,
205 net::DEFAULT_PRIORITY,
231 net::DEFAULT_PRIORITY,
254 net::DEFAULT_PRIORITY,
269 net::DEFAULT_PRIORITY,
282 net::DEFAULT_PRIORITY,
295 net::DEFAULT_PRIORITY,
308 net::DEFAULT_PRIORITY,
321 net::DEFAULT_PRIORITY,
339 net::DEFAULT_PRIORITY,
    [all...]
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 82 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context);
102 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context);
125 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context);
148 GURL(kRedirect_Transaction.url), DEFAULT_PRIORITY, &d, &context);
170 TestURLRequest req(GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d,
url_request_unittest.cc 637 URLRequest r(GURL("about:blank"), DEFAULT_PRIORITY, &d, &default_context_);
680 DEFAULT_PRIORITY,
708 URLRequest r(app_url, DEFAULT_PRIORITY, &d, &default_context_);
737 URLRequest r(app_url, DEFAULT_PRIORITY, &d, &default_context_);
769 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
813 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
850 URLRequest r(temp_url, DEFAULT_PRIORITY, &d, &default_context_);
879 URLRequest r(test_file_url, DEFAULT_PRIORITY, &d, &default_context_);
891 URLRequest r(test_file_url, DEFAULT_PRIORITY, &d, &default_context_);
912 FilePathToFileURL(file_path), 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 129 DEFAULT_PRIORITY,
150 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
272 DEFAULT_PRIORITY,
299 DEFAULT_PRIORITY,
327 DEFAULT_PRIORITY,
373 DEFAULT_PRIORITY,
406 DEFAULT_PRIORITY,
450 DEFAULT_PRIORITY,
516 url, DEFAULT_PRIORITY, &request_delegate, request_context());
549 DEFAULT_PRIORITY,
    [all...]
url_request_context_builder_unittest.cc 83 DEFAULT_PRIORITY,
100 DEFAULT_PRIORITY,
  /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/extensions/browser/
extension_protocols_unittest.cc 179 net::DEFAULT_PRIORITY,
197 net::DEFAULT_PRIORITY,
239 net::DEFAULT_PRIORITY,
252 net::DEFAULT_PRIORITY,
275 net::DEFAULT_PRIORITY,
314 net::DEFAULT_PRIORITY,
322 net::DEFAULT_PRIORITY,
332 net::DEFAULT_PRIORITY,
  /external/chromium_org/net/http/
http_stream_factory_impl_request_unittest.cc 81 DEFAULT_PRIORITY,
86 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
http_network_layer_unittest.cc 64 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
269 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
276 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
283 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
290 rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
320 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
359 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
392 int rv = factory_->CreateTransaction(DEFAULT_PRIORITY, &trans);
  /external/chromium_org/chrome/browser/ssl/
ssl_client_certificate_selector_test.cc 101 GURL("https://example"), net::DEFAULT_PRIORITY, NULL, NULL);
  /external/chromium_org/net/quic/
quic_end_to_end_unittest.cc 240 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
258 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
277 TestTransactionConsumer consumer(DEFAULT_PRIORITY,
299 new TestTransactionConsumer(DEFAULT_PRIORITY,
quic_http_stream_test.cc 339 SetRequest("GET", "/", DEFAULT_PRIORITY);
346 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
378 SetRequest("GET", "/", DEFAULT_PRIORITY);
385 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
422 SetRequest("POST", "/", DEFAULT_PRIORITY);
438 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
469 SetRequest("POST", "/", DEFAULT_PRIORITY);
486 ASSERT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
521 SetRequest("GET", "/", DEFAULT_PRIORITY);
530 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
    [all...]

Completed in 364 milliseconds

1 2 3 4 5 6