HomeSort by relevance Sort by last modified time
    Searched defs:SetPacScript (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/proxy/
proxy_resolver_mac.cc 197 int ProxyResolverMac::SetPacScript(
proxy_resolver_winhttp.cc 136 int ProxyResolverWinHttp::SetPacScript(
mock_proxy_resolver.cc 80 int MockAsyncProxyResolverBase::SetPacScript(
multi_threaded_proxy_resolver.cc 20 // data when SetPacScript fails. That will reclaim memory when
64 // The currently active job for this executor (either a SetPacScript or
166 // Runs on the worker thread to call ProxyResolver::SetPacScript.
181 int rv = resolver->SetPacScript(script_data_, CompletionCallback());
400 << "Resolver is un-initialized. Must call SetPacScript() first!";
474 int MultiThreadedProxyResolver::SetPacScript(
484 // SetPacScript().
490 // Provision a new executor, and run the SetPacScript request. On completion
proxy_resolver_v8.cc 725 // SetPacScript() wasn't called yet, or because it failed.
749 int ProxyResolverV8::SetPacScript(
proxy_resolver_v8_tracing.cc 75 // SetPacScript(), since both of these operations share similar code.
678 result = v8_resolver()->SetPacScript(
    [all...]
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 728 // SetPacScript() wasn't called yet, or because it failed.
742 int ProxyResolverV8::SetPacScript(const android::String16& script_data) {

Completed in 1854 milliseconds