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

  /external/chromium_org/chrome/browser/metrics/
thread_watcher_android_unittest.cc 22 WatchDogThread::PostDelayedTask(
49 scoped_ptr<WatchDogThread> watchdog_thread_(new WatchDogThread());
thread_watcher.cc 147 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
159 // If we are not on WatchDogThread, then post a task to call StartWatching on
160 // WatchDogThread.
161 if (!WatchDogThread::CurrentlyOnWatchDogThread()) {
162 WatchDogThread::PostTask(
168 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
182 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
194 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
201 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
224 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread())
    [all...]
thread_watcher_unittest.cc 166 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
176 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
182 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
210 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
259 watchdog_thread_.reset(new WatchDogThread());
264 WatchDogThread::PostTask(
272 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
295 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
320 scoped_ptr<WatchDogThread> watchdog_thread_;
455 // message was received by the WatchDogThread. It also checks tha
    [all...]
thread_watcher.h 162 // This method is accessible on WatchDogThread.
169 // This method is accessible on WatchDogThread.
176 // This method is accessible on WatchDogThread.
381 // This method posts a task on WatchDogThread to start watching all browser
386 // This method posts a task on WatchDogThread to RevokeAll tasks and to
469 // Sets |g_stopped_| on the WatchDogThread. This is necessary to reflect the
549 // Class for WatchDogThread and in its Init method, we start watching UI, IO,
551 class WatchDogThread : public base::Thread {
554 WatchDogThread();
557 virtual ~WatchDogThread();
    [all...]
  /external/chromium_org/chrome/browser/
browser_process.h 39 class WatchDogThread;
150 virtual WatchDogThread* watchdog_thread() = 0;
browser_process_impl.h 84 virtual WatchDogThread* watchdog_thread() OVERRIDE;
171 scoped_ptr<WatchDogThread> watchdog_thread_;
browser_process_impl.cc 563 WatchDogThread* BrowserProcessImpl::watchdog_thread() {
    [all...]
  /external/chromium_org/chrome/test/base/
testing_browser_process.h 27 class WatchDogThread;
67 virtual WatchDogThread* watchdog_thread() OVERRIDE;
testing_browser_process.cc 119 WatchDogThread* TestingBrowserProcess::watchdog_thread() {
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 527 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
578 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
    [all...]

Completed in 1521 milliseconds