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

  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 108 // DnsResolve("") returns "", so no need to check for failure.
109 return DnsResolve(GetHostName());
117 // Handler for "dnsResolve(host)". Returns empty string on failure.
118 virtual std::string DnsResolve(const std::string& host) {
proxy_resolver_v8_unittest.cc 41 virtual std::string DnsResolve(const std::string& host) {
391 // DnsResolve was called 8 times.
418 // Test that calls to the myIpAddress() and dnsResolve() bindings get
433 // Note that dnsResolve() was never called directly, but it appears
489 // Test the return values from myIpAddress(), myIpAddressEx(), dnsResolve(),

Completed in 1351 milliseconds