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

  /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 74 notifier_thread_(new Thread()) {
79 notifier_thread_->StartWithOptions(thread_options);
85 notifier_thread_->Stop();
104 return notifier_thread_->GetCurrentConnectionType();
109 return notifier_thread_->address_tracker();
network_config_watcher_mac.cc 122 : notifier_thread_(new NetworkConfigWatcherMacThread(delegate)) {
127 notifier_thread_->StartWithOptions(thread_options);
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_linux.cc 286 notifier_thread_->message_loop()->PostTask(
289 base::Unretained(notifier_thread_.get())));
296 if (!notifier_thread_)
299 notifier_thread_->message_loop()->PostTask(
302 base::Unretained(notifier_thread_.get())));
308 if (notifier_thread_)
312 notifier_thread_.reset(new BatteryStatusNotificationThread(callback_));
313 if (!notifier_thread_->StartWithOptions(thread_options)) {
314 notifier_thread_.reset();
323 scoped_ptr<BatteryStatusNotificationThread> notifier_thread_; member in class:content::__anon11645::BatteryStatusManagerLinux
    [all...]

Completed in 253 milliseconds