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 19 // data when SetPacScript fails. That will reclaim memory when
63 // The currently active job for this executor (either a SetPacScript or
165 // Runs on the worker thread to call ProxyResolver::SetPacScript.
180 int rv = resolver->SetPacScript(script_data_, CompletionCallback());
378 << "Resolver is un-initialized. Must call SetPacScript() first!";
452 int MultiThreadedProxyResolver::SetPacScript(
462 // SetPacScript().
468 // Provision a new executor, and run the SetPacScript request. On completion
proxy_resolver_v8.cc 726 // SetPacScript() wasn't called yet, or because it failed.
750 int ProxyResolverV8::SetPacScript(
proxy_resolver_v8_tracing.cc 69 // SetPacScript(), since both of these operations share similar code.
527 result = v8_resolver()->SetPacScript(
992 int ProxyResolverV8Tracing::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 7320 milliseconds