Home | History | Annotate | Download | only in proxy

Lines Matching defs:ProxyResolverV8

22 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
23 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
28 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
34 class ProxyResolverV8 : public ProxyResolver {
36 // Constructs a ProxyResolverV8 with custom bindings. ProxyResolverV8 takes
37 // ownership of |custom_js_bindings| and deletes it when ProxyResolverV8
39 explicit ProxyResolverV8(ProxyResolverJSBindings* custom_js_bindings);
41 virtual ~ProxyResolverV8();
68 DISALLOW_COPY_AND_ASSIGN(ProxyResolverV8);