Searched refs:ProxyResolverV8 (Results 1 – 3 of 3) sorted by relevance
48 class ProxyResolverV8 {53 explicit ProxyResolverV8(ProxyResolverJSBindings* custom_js_bindings,56 virtual ~ProxyResolverV8();
359 class ProxyResolverV8::Context {715 bool ProxyResolverV8::initialized_for_this_process_ = false;717 ProxyResolverV8::ProxyResolverV8( in ProxyResolverV8() function in net::ProxyResolverV8730 ProxyResolverV8::~ProxyResolverV8() { in ~ProxyResolverV8()740 int ProxyResolverV8::GetProxyForURL(const android::String16 spec, const android::String16 host, in GetProxyForURL()753 void ProxyResolverV8::PurgeMemory() { in PurgeMemory()757 int ProxyResolverV8::SetPacScript(const android::String16& script_data) { in SetPacScript()
88 class ProxyResolverV8WithMockBindings : public ProxyResolverV8 {91 ProxyResolverV8(mock_js_bindings, mock_js_bindings), mock_js_bindings_(mock_js_bindings) { in ProxyResolverV8WithMockBindings()