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

  /external/chromium/net/base/
network_change_notifier_linux.h 30 scoped_ptr<Thread> notifier_thread_; member in class:net::NetworkChangeNotifierLinux
network_config_watcher_mac.h 47 scoped_ptr<base::Thread> notifier_thread_; member in class:net::NetworkConfigWatcherMac
network_change_notifier_linux.cc 150 : notifier_thread_(new Thread) {
155 notifier_thread_->StartWithOptions(thread_options);
161 notifier_thread_->Stop();
network_config_watcher_mac.cc 112 : notifier_thread_(new NetworkConfigWatcherMacThread(delegate)) {
117 notifier_thread_->StartWithOptions(thread_options);
  /external/chromium_org/net/base/
network_change_notifier_linux.h 38 scoped_ptr<Thread> notifier_thread_; member in class:net::NetworkChangeNotifierLinux
network_config_watcher_mac.h 55 scoped_ptr<base::Thread> notifier_thread_; member in class:net::NetworkConfigWatcherMac
network_change_notifier_linux.cc 73 notifier_thread_(new Thread()) {
78 notifier_thread_->StartWithOptions(thread_options);
84 notifier_thread_->Stop();
103 return notifier_thread_->GetCurrentConnectionType();
108 return notifier_thread_->address_tracker();
network_config_watcher_mac.cc 122 : notifier_thread_(new NetworkConfigWatcherMacThread(delegate)) {
127 notifier_thread_->StartWithOptions(thread_options);

Completed in 76 milliseconds