Searched refs:first_ip_address (Results 1 - 2 of 2) sorted by relevance

/external/chromium-libpac/src/
H A Dproxy_resolver_js_bindings.cc28 virtual bool MyIpAddress(std::string* first_ip_address) { argument
29 return MyIpAddressImpl(first_ip_address);
39 std::string* first_ip_address) {
40 return DnsResolveImpl(host, first_ip_address);
50 bool MyIpAddressImpl(std::string* first_ip_address) { argument
54 return DnsResolveImpl(my_hostname, first_ip_address);
65 std::string* first_ip_address) {
77 *first_ip_address = std::string(tmp);
38 DnsResolve(const std::string& host, std::string* first_ip_address) argument
64 DnsResolveImpl(const std::string& host, std::string* first_ip_address) argument
H A Dproxy_resolver_js_bindings.h24 // |*first_ip_address| with the result.
25 virtual bool MyIpAddress(std::string* first_ip_address) = 0;
36 // |*first_ip_address| with the result.
38 std::string* first_ip_address) = 0;

Completed in 2840 milliseconds