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

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.h 40 // Handler for "dnsResolveEx(host)". Returns true on success and fills
45 virtual bool DnsResolveEx(const std::string& host,
proxy_resolver_js_bindings.cc 42 // Handler for "dnsResolveEx(host)".
43 virtual bool DnsResolveEx(const std::string& host,
proxy_resolver_v8.cc 33 // - dnsResolveEx()
50 // dnsResolveEx() | N/A | "" | ""
68 // dnsResolveEx() | N/A | IPv4/IPv6 | IPv4/IPv6
445 global_template->Set(ASCIILiteralToV8String("dnsResolveEx"),
627 // V8 callback for when "dnsResolveEx()" is invoked by the PAC script.
642 success = context->js_bindings_->DnsResolveEx(hostname, &ip_address_list);
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.h 46 // Handler for "dnsResolveEx(host)". Returns true on success and fills
51 virtual bool DnsResolveEx(const std::string& host,
proxy_resolver_js_bindings_unittest.cc 166 // dnsResolveEx()
213 EXPECT_TRUE(bindings->DnsResolveEx("foo", &ip_address));
216 EXPECT_TRUE(bindings->DnsResolveEx("foo2", &ip_address));
220 // Test that myIpAddressEx() and dnsResolveEx() both return a semi-colon
236 EXPECT_TRUE(bindings->DnsResolveEx("FOO", &ip_addresses));
280 EXPECT_FALSE(bindings->DnsResolveEx("foo", &ip_address));
282 EXPECT_FALSE(bindings->DnsResolveEx("foo", &ip_address));
283 EXPECT_FALSE(bindings->DnsResolveEx("foo", &ip_address));
341 bindings->DnsResolveEx("foo", &ip_address);
proxy_resolver_js_bindings.cc 126 // Handler for "dnsResolveEx(host)".
127 virtual bool DnsResolveEx(const std::string& host,
proxy_resolver_v8.cc 35 // - dnsResolveEx()
52 // dnsResolveEx() | N/A | "" | ""
70 // dnsResolveEx() | N/A | IPv4/IPv6 | IPv4/IPv6
428 global_template->Set(ASCIILiteralToV8String("dnsResolveEx"),
616 // V8 callback for when "dnsResolveEx()" is invoked by the PAC script.
631 success = context->js_bindings_->DnsResolveEx(hostname, &ip_address_list);
proxy_resolver_v8_unittest.cc 51 virtual bool DnsResolveEx(const std::string& host,
431 // DnsResolveEx was called 2 times.
506 // dnsResolveEx(), isResolvable(), isResolvableEx(), when the the binding
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 44 virtual bool DnsResolveEx(const std::string& host,
431 // DnsResolveEx was called 2 times.
504 // dnsResolveEx(), isResolvable(), isResolvableEx(), when the the binding

Completed in 181 milliseconds