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

  /external/chromium-libpac/src/
proxy_resolver_v8.h 36 // constraint, ProxyResolverV8 holds a v8::Locker during execution. Therefore
37 // it is OK to run multiple instances of ProxyResolverV8 on different threads,
42 // instances and the locked V8 instances used by ProxyResolverV8 (assuming they
48 class ProxyResolverV8 {
50 // Constructs a ProxyResolverV8 with custom bindings. ProxyResolverV8 takes
51 // ownership of |custom_js_bindings| and deletes it when ProxyResolverV8
53 explicit ProxyResolverV8(ProxyResolverJSBindings* custom_js_bindings,
56 virtual ~ProxyResolverV8();
proxy_resolver_v8.cc 357 // ProxyResolverV8::Context ---------------------------------------------------
359 class ProxyResolverV8::Context {
713 // ProxyResolverV8 ------------------------------------------------------------
715 bool ProxyResolverV8::initialized_for_this_process_ = false;
717 ProxyResolverV8::ProxyResolverV8(
730 ProxyResolverV8::~ProxyResolverV8() {
740 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host,
753 void ProxyResolverV8::PurgeMemory()
    [all...]
  /external/chromium-libpac/test/js-unittest/
ends_with_comment.js 6 // This used to cause problems, because internally ProxyResolverV8
  /frameworks/base/packages/services/PacProcessor/jni/
com_android_pacprocessor_PacNative.cpp 45 net::ProxyResolverV8* proxyResolver = NULL;
68 proxyResolver = new net::ProxyResolverV8(net::ProxyResolverJSBindings::CreateDefault(),
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 20 // Javascript bindings for ProxyResolverV8, which returns mock values.
85 // This is the same as ProxyResolverV8, but it uses mock bindings in place of
88 class ProxyResolverV8WithMockBindings : public ProxyResolverV8 {
91 ProxyResolverV8(mock_js_bindings, mock_js_bindings), mock_js_bindings_(mock_js_bindings) {

Completed in 163 milliseconds