Home
last modified time | relevance | path

Searched defs:ip_address_list (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/proxy/
Dproxy_resolver_js_bindings.cc98 virtual bool MyIpAddressEx(std::string* ip_address_list) { in MyIpAddressEx()
128 std::string* ip_address_list) { in DnsResolveEx()
167 bool MyIpAddressExImpl(std::string* ip_address_list) { in MyIpAddressExImpl()
200 std::string* ip_address_list) { in DnsResolveExImpl()
Dproxy_resolver_v8.cc261 bool SortIpAddressList(const std::string& ip_address_list, in SortIpAddressList()
579 std::string ip_address_list; in MyIpAddressExCallback() local
626 std::string ip_address_list; in DnsResolveExCallback() local
647 std::string ip_address_list = V8StringToUTF8(args[0]->ToString()); in SortIpAddressListCallback() local
Dproxy_resolver_v8_unittest.cc39 virtual bool MyIpAddressEx(std::string* ip_address_list) { in MyIpAddressEx()
52 std::string* ip_address_list) { in DnsResolveEx()