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

  /external/chromium_org/net/proxy/
mock_proxy_script_fetcher.h 19 // until we call NotifyFetchCompletion() to set the results.
32 void NotifyFetchCompletion(int result, const std::string& ascii_text);
mock_proxy_script_fetcher.cc 38 void MockProxyScriptFetcher::NotifyFetchCompletion(
proxy_service_unittest.cc 618 fetcher->NotifyFetchCompletion(OK, "invalid-script-contents");
    [all...]
dhcp_proxy_script_adapter_fetcher_win_unittest.cc 106 fetcher_->NotifyFetchCompletion(fetcher_result_, pac_script_);
proxy_script_decider_unittest.cc 416 fetcher.NotifyFetchCompletion(OK, kPac);

Completed in 199 milliseconds