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

  /external/chromium_org/content/gpu/
gpu_child_thread.cc 56 watchdog_thread_ = watchdog_thread;
164 watchdog_thread_.get(),
177 if (watchdog_thread_.get()) {
178 watchdog_thread_->Stop();
258 if (watchdog_thread_.get()) {
261 if (watchdog_thread_->message_loop())
262 watchdog_thread_->PostAcknowledge();
264 watchdog_thread_->Stop();
gpu_child_thread.h 79 scoped_refptr<GpuWatchdogThread> watchdog_thread_; member in class:content::GpuChildThread
  /external/chromium_org/chrome/browser/metrics/
thread_watcher_android_unittest.cc 49 scoped_ptr<WatchDogThread> watchdog_thread_(new WatchDogThread());
50 watchdog_thread_->Start();
thread_watcher_unittest.cc 259 watchdog_thread_.reset(new WatchDogThread());
262 watchdog_thread_->Start();
310 watchdog_thread_.reset();
320 scoped_ptr<WatchDogThread> watchdog_thread_; member in class:ThreadWatcherTest
692 scoped_ptr<WatchDogThread> watchdog_thread_(new WatchDogThread());
693 watchdog_thread_->Start();
  /external/chromium_org/chrome/browser/
browser_process_impl.cc 293 watchdog_thread_.reset();
567 DCHECK(watchdog_thread_.get() != NULL);
568 return watchdog_thread_.get();
    [all...]
browser_process_impl.h 171 scoped_ptr<WatchDogThread> watchdog_thread_; member in class:BrowserProcessImpl

Completed in 3037 milliseconds