Home | History | Annotate | Download | only in proxy

Lines Matching refs:ProxyResolverV8

26 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
27 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
32 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
38 class ProxyResolverV8 : public ProxyResolver {
40 // Constructs a ProxyResolverV8 with custom bindings. ProxyResolverV8 takes
41 // ownership of |custom_js_bindings| and deletes it when ProxyResolverV8
43 explicit ProxyResolverV8(ProxyResolverJSBindings* custom_js_bindings);
45 virtual ~ProxyResolverV8();
72 DISALLOW_COPY_AND_ASSIGN(ProxyResolverV8);