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

/external/chromium_org/net/base/
H A Dnetwork_config_watcher_mac.cc46 base::ScopedCFTypeRef<CFRunLoopSourceRef> run_loop_source_; member in class:net::__anon9050::NetworkConfigWatcherMacThread
85 if (!run_loop_source_.get())
88 CFRunLoopRemoveSource(CFRunLoopGetCurrent(), run_loop_source_.get(),
90 run_loop_source_.reset();
106 run_loop_source_.reset(SCDynamicStoreCreateRunLoopSource(
108 CFRunLoopAddSource(CFRunLoopGetCurrent(), run_loop_source_.get(),

Completed in 176 milliseconds