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

  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 349 WatchDogThread* WatchDogThread::watchdog_thread_ = NULL; member in class:WatchDogThread
367 return watchdog_thread_ &&
368 watchdog_thread_->message_loop() == MessageLoop::current();
392 MessageLoop* message_loop = watchdog_thread_ ?
393 watchdog_thread_->message_loop() : NULL;
415 CHECK(!watchdog_thread_);
416 watchdog_thread_ = this;
421 watchdog_thread_ = NULL;
thread_watcher.h 291 // watchdog_thread_.
315 // This lock protects watchdog_thread_.
318 static WatchDogThread* watchdog_thread_; // The singleton of this class. member in class:WatchDogThread
thread_watcher_unittest.cc 242 watchdog_thread_.reset(new WatchDogThread());
245 watchdog_thread_->Start();
265 watchdog_thread_.reset();
272 scoped_ptr<WatchDogThread> watchdog_thread_; member in class:ThreadWatcherTest
  /external/chromium/chrome/browser/
browser_process_impl.cc 274 watchdog_thread_.reset();
431 DCHECK(watchdog_thread_.get() != NULL);
432 return watchdog_thread_.get();
814 DCHECK(!created_watchdog_thread_ && watchdog_thread_.get() == NULL);
820 watchdog_thread_.swap(thread);
    [all...]
browser_process_impl.h 185 scoped_ptr<WatchDogThread> watchdog_thread_; member in class:BrowserProcessImpl

Completed in 80 milliseconds