Home
last modified time | relevance | path

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

/external/cronet/net/base/
Dnetwork_config_watcher_mac.cc64 base::ScopedCFTypeRef<CFRunLoopSourceRef> run_loop_source_; member in net::NetworkConfigWatcherMacThread
98 if (!run_loop_source_.get()) in CleanUp()
101 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), run_loop_source_.get(), in CleanUp()
103 run_loop_source_.reset(); in CleanUp()
146 run_loop_source_.reset( in InitNotificationsHelper()
148 if (!run_loop_source_) { in InitNotificationsHelper()
154 CFRunLoopAddSource(CFRunLoopGetCurrent(), run_loop_source_.get(), in InitNotificationsHelper()