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

  /external/chromium-libpac/src/
proxy_resolver_v8.h 35 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
36 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
41 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
47 class ProxyResolverV8 {
49 // Constructs a ProxyResolverV8 with custom bindings. ProxyResolverV8 takes
50 // ownership of |custom_js_bindings| and deletes it when ProxyResolverV8
52 explicit ProxyResolverV8(ProxyResolverJSBindings* custom_js_bindings,
55 virtual ~ProxyResolverV8();
proxy_resolver_v8.cc 349 // ProxyResolverV8::Context ---------------------------------------------------
351 class ProxyResolverV8::Context {
705 // ProxyResolverV8 ------------------------------------------------------------
707 ProxyResolverV8::ProxyResolverV8(
715 ProxyResolverV8::~ProxyResolverV8() {
725 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host,
738 void ProxyResolverV8::PurgeMemory() {
742 int ProxyResolverV8::SetPacScript(const android::String16& script_data)
    [all...]
  /external/chromium_org/net/proxy/
proxy_resolver_v8.h 30 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
31 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
36 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
42 class NET_EXPORT_PRIVATE ProxyResolverV8 : public ProxyResolver {
76 // Constructs a ProxyResolverV8.
77 ProxyResolverV8();
79 virtual ~ProxyResolverV8();
121 DISALLOW_COPY_AND_ASSIGN(ProxyResolverV8);
proxy_resolver_v8.cc 342 // ProxyResolverV8::Context ---------------------------------------------------
344 class ProxyResolverV8::Context {
346 Context(ProxyResolverV8* parent, v8::Isolate* isolate)
702 ProxyResolverV8* parent_;
708 // ProxyResolverV8 ------------------------------------------------------------
710 ProxyResolverV8::ProxyResolverV8()
715 ProxyResolverV8::~ProxyResolverV8() {}
717 int ProxyResolverV8::GetProxyForURL
    [all...]

Completed in 59 milliseconds