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

  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 46 // If we are not on WatchDogThread, then post a task to call StartWatching on
47 // WatchDogThread.
48 if (!WatchDogThread::CurrentlyOnWatchDogThread()) {
49 WatchDogThread::PostTask(
57 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
71 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
81 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
88 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
102 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
133 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread())
    [all...]
thread_watcher.h 117 // This method is accessible on WatchDogThread.
124 // This method is accessible on WatchDogThread.
131 // This method is accessible on WatchDogThread.
219 // This method posts a task on WatchDogThread to start watching all browser
224 // This method posts a task on WatchDogThread to RevokeAll tasks and to
239 // This method is accessible on WatchDogThread.
253 // This method is accessible on WatchDogThread.
280 // Class for WatchDogThread and in its Init method, we start watching UI, IO,
282 class WatchDogThread : public base::Thread {
285 WatchDogThread();
    [all...]
  /external/chromium_org/chrome/browser/metrics/
thread_watcher.cc 141 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
153 // If we are not on WatchDogThread, then post a task to call StartWatching on
154 // WatchDogThread.
155 if (!WatchDogThread::CurrentlyOnWatchDogThread()) {
156 WatchDogThread::PostTask(
162 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
176 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
188 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
195 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
218 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread())
    [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
532 // Class for WatchDogThread and in its Init method, we start watching UI, IO,
534 class WatchDogThread : public base::Thread {
537 WatchDogThread();
540 virtual ~WatchDogThread();
543 // WatchDogThread
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 721 WatchDogThread watchDog = new WatchDogThread("enableInternal", INIT_WATCHDOG_MS);
772 WatchDogThread watchDog = new WatchDogThread("disableInternal", ROUTING_WATCHDOG_MS);
    [all...]

Completed in 76 milliseconds