Searched defs:SetEnableInterceptionForTests (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher.cc39 void net::URLFetcher::SetEnableInterceptionForTests(bool enabled) { function in class:net::net::URLFetcher
40 URLFetcherImpl::SetEnableInterceptionForTests(enabled);
H A Durl_fetcher_impl.cc196 void URLFetcherImpl::SetEnableInterceptionForTests(bool enabled) { function in class:net::URLFetcherImpl
197 URLFetcherCore::SetEnableInterceptionForTests(enabled);
H A Durl_fetcher_core.cc472 void URLFetcherCore::SetEnableInterceptionForTests(bool enabled) { function in class:net::URLFetcherCore

Completed in 861 milliseconds