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

  /external/chromium/net/proxy/
proxy_resolver_v8.h 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);
    [all...]
proxy_resolver_v8.cc 100 // ProxyResolverV8::Context ---------------------------------------------------
102 class ProxyResolverV8::Context {
387 // ProxyResolverV8 ------------------------------------------------------------
389 ProxyResolverV8::ProxyResolverV8(
395 ProxyResolverV8::~ProxyResolverV8() {}
397 int ProxyResolverV8::GetProxyForURL(const GURL& query_url,
415 void ProxyResolverV8::CancelRequest(RequestHandle request) {
420 void ProxyResolverV8::PurgeMemory()
    [all...]
proxy_resolver_perftest.cc 190 TEST(ProxyResolverPerfTest, ProxyResolverV8) {
195 net::ProxyResolverV8 resolver(js_bindings);
196 PacPerfSuiteRunner runner(&resolver, "ProxyResolverV8");
proxy_resolver_v8_unittest.cc 19 // Javascript bindings for ProxyResolverV8, which returns mock values.
75 // This is the same as ProxyResolverV8, but it uses mock bindings in place of
78 class ProxyResolverV8WithMockBindings : public ProxyResolverV8 {
80 ProxyResolverV8WithMockBindings() : ProxyResolverV8(new MockJSBindings()) {}
proxy_service.cc 230 proxy_resolver = new ProxyResolverV8(js_bindings);
  /external/chromium/net/data/proxy_resolver_v8_unittest/
ends_with_comment.js 6 // This used to cause problems, because internally ProxyResolverV8

Completed in 41 milliseconds