Searched defs:WatchDogThread (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc46 // 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
353 DISABLE_RUNNABLE_METHOD_REFCOUNT(WatchDogThread); variable
355 WatchDogThread::WatchDogThread() : Thread("WATCHDOG") { function in class:WatchDogThread
[all...]
H A Dthread_watcher.h117 // 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 { class in inherits:base::Thread
285 WatchDogThread();
[all...]

Completed in 25 milliseconds