Home | History | Annotate | Download | only in metrics

Lines Matching defs:WatchDogThread

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.
567 DISALLOW_COPY_AND_ASSIGN(WatchDogThread);