Lines Matching refs:WatchDogThread
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();
288 virtual ~WatchDogThread();
318 static WatchDogThread* watchdog_thread_; // The singleton of this class.
320 DISALLOW_COPY_AND_ASSIGN(WatchDogThread);