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

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.h 35 // Handler for "dnsResolve(host)". Returns true on success and fills
37 virtual bool DnsResolve(const std::string& host,
49 // - Use the provided host resolver to service dnsResolve().
proxy_resolver_js_bindings.cc 36 // Handler for "dnsResolve(host)".
37 virtual bool DnsResolve(const std::string& host,
proxy_resolver_v8.cc 47 // dnsResolve() | null | false | null
56 // Another difference is in how dnsResolve() and myIpAddress() are
65 // dnsResolve() | IPv4/IPv6 | IPv4 | IPv4
440 global_template->Set(ASCIILiteralToV8String(isolate_, "dnsResolve"),
612 // V8 callback for when "dnsResolve()" is invoked by the PAC script.
628 success = context->js_bindings_->DnsResolve(hostname, &ip_address);
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 38 virtual bool DnsResolve(const std::string& host, std::string* ip_address) {
419 // DnsResolve was called 8 times, however only 2 of those were string
503 // Test the return values from myIpAddress(), myIpAddressEx(), dnsResolve(),

Completed in 2658 milliseconds