HomeSort by relevance Sort by last modified time
    Searched refs:DnsResolveEx (Results 1 - 4 of 4) 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 43 // Handler for "dnsResolveEx(host)".
44 virtual bool DnsResolveEx(const std::string& host,
proxy_resolver_v8.cc 27 // - dnsResolveEx()
44 // dnsResolveEx() | N/A | "" | ""
62 // dnsResolveEx() | N/A | IPv4/IPv6 | IPv4/IPv6
455 global_template->Set(ASCIILiteralToV8String(isolate_, "dnsResolveEx"),
646 // V8 callback for when "dnsResolveEx()" is invoked by the PAC script.
664 success = context->js_bindings_->DnsResolveEx(hostname, &ip_address_list);
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 45 virtual bool DnsResolveEx(const std::string& host,
432 // DnsResolveEx was called 2 times.
505 // dnsResolveEx(), isResolvable(), isResolvableEx(), when the the binding

Completed in 75 milliseconds