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

/external/chromium_org/net/dns/
H A Daddress_sorter_win.cc137 // Merges |list_ipv4| and |list_ipv6| before passing it to |callback|, but
142 const AddressList& list_ipv6) {
148 list.insert(list.end(), list_ipv6.begin(), list_ipv6.end());
165 AddressList list_ipv6; variable
171 list_ipv6.push_back(ipe);
174 if (!list_ipv6.empty()) {
175 sorter_.Sort(list_ipv6, base::Bind(&MergeResults, callback, list_ipv4));
139 MergeResults(const AddressSorter::CallbackType& callback, const AddressList& list_ipv4, bool success, const AddressList& list_ipv6) argument

Completed in 316 milliseconds