Home
last modified time | relevance | path

Searched refs:notifier_mac (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/base/
Dnetwork_change_notifier_mac.cc250 NetworkChangeNotifierMac* notifier_mac = in ReachabilityCallback() local
253 DCHECK_EQ(notifier_mac->run_loop_.get(), CFRunLoopGetCurrent()); in ReachabilityCallback()
258 base::AutoLock lock(notifier_mac->connection_type_lock_); in ReachabilityCallback()
259 old_type = notifier_mac->connection_type_; in ReachabilityCallback()
260 notifier_mac->connection_type_ = new_type; in ReachabilityCallback()