Searched defs:DEFAULT_PRIORITY (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_condition_unittest.cc81 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); member in class:extensions::net
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, NUL
[all...]
H A Dwebrequest_action_unittest.cc144 GURL(url_string), net::DEFAULT_PRIORITY, NULL, &context_); member in class:extensions::net
H A Dwebrequest_condition_attribute_unittest.cc93 GURL("http://www.example.com"), net::DEFAULT_PRIORITY, NULL, &context); member in class:extensions::net
100 GURL("http://www.example.com"), net::DEFAULT_PRIORITY, NULL, &context); member in class:extensions::net
124 net::DEFAULT_PRIORITY,
210 url_a, net::DEFAULT_PRIORITY, &delegate, &context);
301 url_empty, net::DEFAULT_PRIORITY, &delegate, &context);
425 net::DEFAULT_PRIORITY, member in class:extensions::net
512 net::DEFAULT_PRIORITY,
/external/chromium_org/net/base/
H A Drequest_priority.h16 DEFAULT_PRIORITY = LOWEST, enumerator in enum:net::RequestPriority
/external/chromium_org/net/url_request/
H A Durl_request_job_unittest.cc71 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context); local
91 GURL(kGZip_Transaction.url), DEFAULT_PRIORITY, &d, &context); local
113 GURL(kRedirect_Transaction.url), DEFAULT_PRIORITY, &d, &context); local
H A Durl_request_unittest.cc630 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,
978 FilePathToFileURL(file_path), DEFAULT_PRIORITY, &d, &default_context_); local
1005 FilePathToFileURL(path), DEFAULT_PRIORITY, &d, &default_context_); local
1042 FilePathToFileURL(path), DEFAULT_PRIORITY, &d, &default_context_); local
[all...]
/external/chromium_org/ui/message_center/
H A Dnotification_types.h42 DEFAULT_PRIORITY = 0, enumerator in enum:message_center::NotificationPriority
/external/chromium_org/chrome/browser/extensions/api/web_request/
H A Dweb_request_permissions_unittest.cc99 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); member in class:net
H A Dweb_request_api_unittest.cc243 GURL("about:blank"), net::DEFAULT_PRIORITY, &delegate_, context_.get()); member in class:extensions::net
298 GURL("about:blank"), net::DEFAULT_PRIORITY, &delegate_, context_.get()); member in class:extensions::net
372 request_url, net::DEFAULT_PRIORITY, &delegate_, context_.get());
440 request_url, net::DEFAULT_PRIORITY, &delegate_, context_.get());
504 request_url, net::DEFAULT_PRIORITY, &delegate_, context_.get());
718 request_url, net::DEFAULT_PRIORITY, &delegate_, context_.get());
838 request_url, net::DEFAULT_PRIORITY, &delegate_, context_.get());
/external/chromium_org/components/policy/core/common/cloud/
H A Dpolicy_header_io_helper_unittest.cc53 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context_); member in class:policy::net
60 GURL("http://non-matching.com"), net::DEFAULT_PRIORITY, NULL, &context_); member in class:policy::net
70 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context_); member in class:policy::net
79 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context_); member in class:policy::net
H A Dpolicy_header_service_unittest.cc101 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context); member in class:policy::net
110 GURL(kDMServerURL), net::DEFAULT_PRIORITY, NULL, &context); member in class:policy::net
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_url_request_job_unittest.cc188 net::DEFAULT_PRIORITY, member in class:drive::net
207 net::DEFAULT_PRIORITY,
233 net::DEFAULT_PRIORITY, member in class:drive::net
256 net::DEFAULT_PRIORITY, member in class:drive::net
272 net::DEFAULT_PRIORITY, member in class:drive::net
285 net::DEFAULT_PRIORITY, member in class:drive::net
298 net::DEFAULT_PRIORITY, member in class:drive::net
311 net::DEFAULT_PRIORITY, member in class:drive::net
324 net::DEFAULT_PRIORITY, member in class:drive::net
342 net::DEFAULT_PRIORITY,
[all...]
/external/chromium_org/chrome/browser/net/
H A Dchrome_network_delegate_unittest.cc52 GURL("http://example.com/"), net::DEFAULT_PRIORITY, NULL, &context); member in class:ChromeNetworkDelegateTest::net
56 GURL("http://example.com/"), net::DEFAULT_PRIORITY, NULL, &context); member in class:ChromeNetworkDelegateTest::net
131 GURL(url_string), net::DEFAULT_PRIORITY, &delegate_, &context_); member in class:ChromeNetworkDelegateSafeSearchTest::net
/external/chromium_org/chrome_frame/test/
H A Dtest_server_test.cc86 TestURLRequest r(GURL(url_), net::DEFAULT_PRIORITY, &delegate_, &context); member in class:__anon7462::UrlTaskChain::net
/external/chromium_org/chrome/browser/extensions/api/declarative/
H A Drules_registry.h56 enum Defaults { DEFAULT_PRIORITY = 100 }; enumerator in enum:extensions::RulesRegistry::Defaults
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc501 GURL("http://google.com"), net::DEFAULT_PRIORITY, NULL, &context); member in class:policy::net
520 net::URLRequest sync_request(sync_url, net::DEFAULT_PRIORITY, NULL, &context);
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tracker_unittest.cc532 net::DEFAULT_PRIORITY, member in class:prerender::net
572 net::DEFAULT_PRIORITY, member in class:prerender::net
612 net::DEFAULT_PRIORITY, member in class:prerender::net
651 net::DEFAULT_PRIORITY, member in class:prerender::net
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc1239 net::DEFAULT_PRIORITY, member in class:component_updater::net
/external/chromium_org/net/http/
H A Dhttp_cache_unittest.cc199 net::DEFAULT_PRIORITY, &trans, delegate.get());
605 net::DEFAULT_PRIORITY, &trans, NULL);
697 net::DEFAULT_PRIORITY, &trans, NULL);
740 net::DEFAULT_PRIORITY, &c->trans, NULL);
786 net::DEFAULT_PRIORITY, &c->trans, NULL);
893 net::DEFAULT_PRIORITY, &trans, NULL);
1046 net::DEFAULT_PRIORITY, &trans, NULL);
1321 net::DEFAULT_PRIORITY, &c->trans, NULL);
1390 net::DEFAULT_PRIORITY, &c->trans, NULL);
1476 net::DEFAULT_PRIORITY,
5794 cache.http_cache()->WriteMetadata(GURL("foo"), net::DEFAULT_PRIORITY, member in class:net
5802 net::DEFAULT_PRIORITY, member in class:net
5841 net::DEFAULT_PRIORITY, member in class:net
5874 net::DEFAULT_PRIORITY, member in class:net
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_url_request_job_unittest.cc381 GURL("http://blah/"), net::DEFAULT_PRIORITY, NULL, &empty_context_); member in class:appcache::AppCacheURLRequestJobTest::net
405 GURL("http://blah/"), net::DEFAULT_PRIORITY, NULL, &empty_context_); member in class:appcache::AppCacheURLRequestJobTest::net
450 net::DEFAULT_PRIORITY,
485 net::DEFAULT_PRIORITY,
535 net::DEFAULT_PRIORITY,
649 net::DEFAULT_PRIORITY,
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_unittest.cc1628 GURL("http://www.google.com"), net::DEFAULT_PRIORITY, NULL, &context); member in class:content::net
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc590 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
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, local
864 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
873 new HttpNetworkTransaction(DEFAULT_PRIORITY, helper.session().get()));
875 new HttpNetworkTransaction(DEFAULT_PRIORITY, helper.session().get()));
877 new HttpNetworkTransaction(DEFAULT_PRIORITY, helper.session().get()));
952 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
1039 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
1164 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
1302 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
1436 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
1568 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
1778 NormalSpdyTransactionHelper helper(CreatePostRequest(), DEFAULT_PRIORITY, local
1807 NormalSpdyTransactionHelper helper(CreateFilePostRequest(), DEFAULT_PRIORITY, local
1827 DEFAULT_PRIORITY, local
1859 DEFAULT_PRIORITY, local
1887 DEFAULT_PRIORITY, local
1929 DEFAULT_PRIORITY, local
2075 NormalSpdyTransactionHelper helper(CreatePostRequest(), DEFAULT_PRIORITY, local
2115 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2145 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2176 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2226 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2264 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2297 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2335 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2395 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2442 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
2827 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3066 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3127 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3195 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3287 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3547 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3595 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3621 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3653 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3684 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3714 DEFAULT_PRIORITY, local
3819 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
3909 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4007 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4096 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4177 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4244 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4348 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4481 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4503 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4529 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4634 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4844 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4906 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
4921 NormalSpdyTransactionHelper helper2(CreateGetRequest(), DEFAULT_PRIORITY, local
5148 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
5284 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
5417 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
5522 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
5575 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
5718 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
5990 NormalSpdyTransactionHelper helper(CreateGetRequest(), DEFAULT_PRIORITY, local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 988 milliseconds

12