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

/external/chromium-libpac/src/
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();
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...]
/external/chromium_org/net/proxy/
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);
H A Dproxy_resolver_v8_tracing.h25 class ProxyResolverV8;
28 // ProxyResolverV8 on a single helper thread, and does some magic to avoid
63 // The worker thread on which the ProxyResolverV8 will be run.
65 scoped_ptr<ProxyResolverV8> v8_resolver_;
H A Dproxy_resolver_perftest.cc198 class MockJSBindings : public net::ProxyResolverV8::JSBindings {
220 TEST(ProxyResolverPerfTest, ProxyResolverV8) {
221 net::ProxyResolverV8::EnsureIsolateCreated();
224 net::ProxyResolverV8 resolver;
226 PacPerfSuiteRunner runner(&resolver, "ProxyResolverV8");
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_tracing.cc84 public ProxyResolverV8::JSBindings {
130 ProxyResolverV8* v8_resolver();
408 ProxyResolverV8* ProxyResolverV8Tracing::Job::v8_resolver() {
943 v8_resolver_.reset(new ProxyResolverV8);
H A Dproxy_resolver_v8_unittest.cc21 // Javascript bindings for ProxyResolverV8, which returns mock values.
24 class MockJSBindings : public ProxyResolverV8::JSBindings {
96 // This is the same as ProxyResolverV8, but it uses mock bindings in place of
99 class ProxyResolverV8WithMockBindings : public ProxyResolverV8 {
/external/chromium_org/net/test/
H A Drun_all_unittests.cc61 net::ProxyResolverV8::EnsureIsolateCreated();
/external/chromium_org/chrome/browser/task_manager/
H A Dbrowser_process_resource_provider.cc117 return net::ProxyResolverV8::GetTotalHeapSize();
121 return net::ProxyResolverV8::GetUsedHeapSize();
/external/chromium_org/chrome/browser/net/
H A Dproxy_service_factory.cc131 net::ProxyResolverV8::EnsureIsolateCreated();
/external/chromium-libpac/test/
H A Dproxy_resolver_v8_unittest.cc19 // 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 {
90 ProxyResolverV8(mock_js_bindings, mock_js_bindings), mock_js_bindings_(mock_js_bindings) {

Completed in 4277 milliseconds