Searched defs:ProxyResolverV8 (Results 1 - 4 of 4) sorted by path

/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc349 // ProxyResolverV8::Context ---------------------------------------------------
351 class ProxyResolverV8::Context {
705 // ProxyResolverV8 ------------------------------------------------------------
707 ProxyResolverV8::ProxyResolverV8( function in class:net::ProxyResolverV8
715 ProxyResolverV8::~ProxyResolverV8() {
725 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host,
738 void ProxyResolverV8::PurgeMemory() {
742 int ProxyResolverV8
[all...]
H A Dproxy_resolver_v8.h35 // 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 { class in namespace:net
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();
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc343 // ProxyResolverV8::Context ---------------------------------------------------
345 class ProxyResolverV8::Context {
347 Context(ProxyResolverV8* parent, v8::Isolate* isolate)
703 ProxyResolverV8* parent_;
709 // ProxyResolverV8 ------------------------------------------------------------
711 ProxyResolverV8::ProxyResolverV8() function in class:net::ProxyResolverV8
716 ProxyResolverV8::~ProxyResolverV8() {}
718 int ProxyResolverV8
[all...]
H A Dproxy_resolver_v8.h30 // 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 { class in namespace:net
76 // Constructs a ProxyResolverV8.
77 ProxyResolverV8();
79 virtual ~ProxyResolverV8();
121 DISALLOW_COPY_AND_ASSIGN(ProxyResolverV8);

Completed in 279 milliseconds