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

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc147 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
848 WatchDogThread::WatchDogThread() : Thread("BrowserWatchdog") { function in class:WatchDogThread
[all...]
H A Dthread_watcher.h162 // 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 { class in inherits:base::Thread
554 WatchDogThread();
557 virtual ~WatchDogThread();
[all...]

Completed in 137 milliseconds