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

  /external/chromium_org/net/base/
network_change_notifier_mac.cc 85 // never run at all, unschedule reachability_ if it was previously scheduled.
86 if (reachability_.get() && run_loop_.get()) {
87 SCNetworkReachabilityUnscheduleFromRunLoop(reachability_.get(),
147 reachability_.reset(SCNetworkReachabilityCreateWithAddress(
152 if (SCNetworkReachabilityGetFlags(reachability_, &flags)) {
171 DCHECK(reachability_);
180 reachability_,
184 reachability_.reset();
185 } else if (!SCNetworkReachabilityScheduleWithRunLoop(reachability_,
189 reachability_.reset()
    [all...]
network_change_notifier_mac.h 70 base::ScopedCFTypeRef<SCNetworkReachabilityRef> reachability_; member in class:net::NetworkChangeNotifierMac

Completed in 100 milliseconds