Searched refs:ProxyResolverV8 (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/proxy/
H A Dproxy_resolver_v8.h22 // 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 { class in namespace:net
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);
[all...]
H A Dproxy_resolver_v8.cc329 // ProxyResolverV8::Context ---------------------------------------------------
331 class ProxyResolverV8::Context {
678 // ProxyResolverV8 ------------------------------------------------------------
680 ProxyResolverV8::ProxyResolverV8( function in class:net::ProxyResolverV8
686 ProxyResolverV8::~ProxyResolverV8() {}
688 int ProxyResolverV8::GetProxyForURL(const GURL& query_url,
719 void ProxyResolverV8::CancelRequest(RequestHandle request) {
724 void ProxyResolverV8
[all...]
H A Dproxy_resolver_perftest.cc193 TEST(ProxyResolverPerfTest, ProxyResolverV8) {
198 net::ProxyResolverV8 resolver(js_bindings);
199 PacPerfSuiteRunner runner(&resolver, "ProxyResolverV8");
H A Dproxy_resolver_v8_unittest.cc21 // Javascript bindings for ProxyResolverV8, which returns mock values.
84 // This is the same as ProxyResolverV8, but it uses mock bindings in place of
87 class ProxyResolverV8WithMockBindings : public ProxyResolverV8 {
89 ProxyResolverV8WithMockBindings() : ProxyResolverV8(new MockJSBindings()) {}
H A Dproxy_service.cc190 // ProxyResolverV8 takes ownership of |js_bindings|.
191 return new ProxyResolverV8(js_bindings);

Completed in 481 milliseconds