Searched defs:notifier_mac (Results 1 - 1 of 1) sorted by path

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

Completed in 194 milliseconds