HomeSort by relevance Sort by last modified time
    Searched full:result_head (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 70 struct addrinfo* result_head = const_cast<struct addrinfo*>(result.head()); local
73 result_head->ai_next = const_cast<struct addrinfo*>(orig_list.head());
80 result_head->ai_next = NULL;

Completed in 1751 milliseconds