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

  /external/chromium_org/net/url_request/
url_fetcher.cc 39 void net::URLFetcher::SetEnableInterceptionForTests(bool enabled) {
40 URLFetcherImpl::SetEnableInterceptionForTests(enabled);
url_fetcher_impl.cc 196 void URLFetcherImpl::SetEnableInterceptionForTests(bool enabled) {
197 URLFetcherCore::SetEnableInterceptionForTests(enabled);
url_fetcher.h 125 static void SetEnableInterceptionForTests(bool enabled);
url_fetcher_impl.h 98 static void SetEnableInterceptionForTests(bool enabled);
url_fetcher_core.h 138 static void SetEnableInterceptionForTests(bool enabled);
url_fetcher_core.cc 469 void URLFetcherCore::SetEnableInterceptionForTests(bool enabled) {
  /external/chromium_org/chrome/browser/component_updater/test/
update_checker_unittest.cc 87 net::URLFetcher::SetEnableInterceptionForTests(true);
91 net::URLFetcher::SetEnableInterceptionForTests(false);
component_updater_service_unittest.cc 178 net::URLFetcher::SetEnableInterceptionForTests(true);
182 net::URLFetcher::SetEnableInterceptionForTests(false);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation_unittest.cc 78 net::URLFetcher::SetEnableInterceptionForTests(true);
87 net::URLFetcher::SetEnableInterceptionForTests(false);
  /external/chromium_org/chrome/browser/extensions/
extension_disabled_ui_browsertest.cc 211 net::URLFetcher::SetEnableInterceptionForTests(true);
248 net::URLFetcher::SetEnableInterceptionForTests(true);
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 257 net::URLFetcher::SetEnableInterceptionForTests(true);
342 net::URLFetcher::SetEnableInterceptionForTests(true);
408 net::URLFetcher::SetEnableInterceptionForTests(true);
501 net::URLFetcher::SetEnableInterceptionForTests(true);
578 net::URLFetcher::SetEnableInterceptionForTests(true);

Completed in 747 milliseconds