HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_PRIORITY (Results 1 - 25 of 144) 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/ui/message_center/
notification_types.h 39 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...]
  /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 105 sensitive_url, net::DEFAULT_PRIORITY, NULL, NULL));
113 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, NULL));
123 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, NULL));
132 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, NULL));
150 non_sensitive_url, net::DEFAULT_PRIORITY, NULL, NULL));
166 GURL("http://example.com"), net::DEFAULT_PRIORITY, NULL, NULL));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 49 public static final int DEFAULT_PRIORITY = 7;
91 return DEFAULT_PRIORITY;
114 return DEFAULT_PRIORITY;
142 return DEFAULT_PRIORITY;
146 int priority = DEFAULT_PRIORITY;
168 DEFAULT_PRIORITY);
  /external/chromium_org/components/policy/core/common/cloud/
policy_header_io_helper_unittest.cc 55 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, NULL));
62 GURL("http://non-matching.com"), net::DEFAULT_PRIORITY, NULL, NULL));
72 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, NULL));
81 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, NULL));
policy_header_service_unittest.cc 112 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, NULL));
122 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, NULL));
  /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/net/
safe_search_util_unittest.cc 21 net::DEFAULT_PRIORITY,
28 net::DEFAULT_PRIORITY,
  /external/chromium_org/net/url_request/
url_request_job_unittest.cc 84 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, NULL));
104 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, NULL));
127 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, NULL));
150 GURL(kRedirect_Transaction.url), DEFAULT_PRIORITY, &d, NULL));
173 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, NULL));
url_request_job_factory_impl_unittest.cc 65 GURL("foo://bar"), DEFAULT_PRIORITY, &delegate, NULL));
80 GURL("foo://bar"), DEFAULT_PRIORITY, &delegate, NULL));
url_request_ftp_job_unittest.cc 130 DEFAULT_PRIORITY,
151 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
273 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY,
299 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY, &request_delegate,
326 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY, &request_delegate,
371 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY, &request_delegate,
403 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY, &request_delegate,
446 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY, &request_delegate,
511 url, DEFAULT_PRIORITY, &request_delegate, NULL));
544 GURL("ftp://ftp.example.com/"), DEFAULT_PRIORITY, &request_delegate
    [all...]
url_request_unittest.cc 640 GURL("about:blank"), DEFAULT_PRIORITY, &d, NULL));
683 DEFAULT_PRIORITY, &d, NULL));
710 app_url, DEFAULT_PRIORITY, &d, NULL));
740 app_url, DEFAULT_PRIORITY, &d, NULL));
773 temp_url, DEFAULT_PRIORITY, &d, NULL));
818 temp_url, DEFAULT_PRIORITY, &d, NULL));
856 temp_url, DEFAULT_PRIORITY, &d, NULL));
886 test_file_url, DEFAULT_PRIORITY, &d, NULL));
899 test_file_url, DEFAULT_PRIORITY, &d, NULL));
    [all...]
url_request_context_builder_unittest.cc 85 DEFAULT_PRIORITY,
103 DEFAULT_PRIORITY,
  /external/chromium_org/chrome/browser/chromeos/fileapi/
external_file_url_request_job_unittest.cc 232 net::DEFAULT_PRIORITY,
251 kTestUrl, net::DEFAULT_PRIORITY, test_delegate_.get(), NULL));
276 net::DEFAULT_PRIORITY,
301 net::DEFAULT_PRIORITY,
317 net::DEFAULT_PRIORITY,
331 net::DEFAULT_PRIORITY,
345 net::DEFAULT_PRIORITY,
359 net::DEFAULT_PRIORITY,
373 net::DEFAULT_PRIORITY,
391 kTestUrl, net::DEFAULT_PRIORITY, test_delegate_.get(), NULL))
    [all...]
  /external/chromium_org/extensions/browser/api/declarative_webrequest/
webrequest_condition_unittest.cc 84 http_url, net::DEFAULT_PRIORITY, NULL, NULL));
101 https_url, net::DEFAULT_PRIORITY, NULL, NULL));
145 http_url, net::DEFAULT_PRIORITY, NULL, NULL));
224 GURL("https://www.example.com"), net::DEFAULT_PRIORITY, NULL, NULL));
284 http_url, net::DEFAULT_PRIORITY, NULL, NULL));
296 https_url, net::DEFAULT_PRIORITY, NULL, NULL));
306 https_foo_url, net::DEFAULT_PRIORITY, NULL, NULL));
345 http_url, net::DEFAULT_PRIORITY, NULL, NULL));
351 http_url_80, net::DEFAULT_PRIORITY, NULL, NULL));
357 http_url_1000, net::DEFAULT_PRIORITY, NULL, NULL))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_protocols_unittest.cc 189 net::DEFAULT_PRIORITY,
209 net::DEFAULT_PRIORITY,
253 net::DEFAULT_PRIORITY,
268 net::DEFAULT_PRIORITY,
293 net::DEFAULT_PRIORITY,
334 net::DEFAULT_PRIORITY,
344 net::DEFAULT_PRIORITY,
356 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/content/browser/service_worker/
service_worker_context_request_handler_unittest.cc 90 net::DEFAULT_PRIORITY,
121 net::DEFAULT_PRIORITY,
  /external/chromium_org/net/quic/
quic_http_stream_test.cc 361 SetRequest("GET", "/", DEFAULT_PRIORITY);
368 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
400 SetRequest("GET", "/", DEFAULT_PRIORITY);
407 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
445 SetRequest("GET", "/", DEFAULT_PRIORITY);
451 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
463 SetRequest("GET", "/", DEFAULT_PRIORITY);
470 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
482 SetRequest("POST", "/", DEFAULT_PRIORITY);
498 EXPECT_EQ(OK, stream_->InitializeStream(&request_, DEFAULT_PRIORITY,
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_request_handler_unittest.cc 258 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
306 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
355 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
436 GURL("http://blah/fallback-override"), net::DEFAULT_PRIORITY,
490 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
509 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
541 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
576 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
609 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL);
643 GURL("http://blah/"), net::DEFAULT_PRIORITY, &delegate_, NULL)
    [all...]

Completed in 3956 milliseconds

1 2 3 4 5 6