HomeSort by relevance Sort by last modified time
    Searched refs:online_links_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/base/
address_tracker_linux.h 62 // sets |*link_changed| to indicate if |online_links_| changed and sets
63 // |*tunnel_changed| to indicate if |online_links_| changed with regards to a
70 // |*link_changed| to true if |online_links_| changed, sets |*tunnel_changed|
71 // to true if |online_links_| changed with regards to a tunnel interface while
108 base::hash_set<int> online_links_; member in class:net::internal::AddressTrackerLinux
address_tracker_linux.cc 260 is_offline_ = online_links_.empty();
322 if (online_links_.insert(msg->ifi_index).second) {
328 if (online_links_.erase(msg->ifi_index)) {
338 if (online_links_.erase(msg->ifi_index)) {
address_tracker_linux_unittest.cc 82 return &tracker_.online_links_;

Completed in 4344 milliseconds