Searched refs:WatchDogThread (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_android_unittest.cc22 WatchDogThread::PostDelayedTask(
49 scoped_ptr<WatchDogThread> watchdog_thread_(new WatchDogThread());
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_unittest.cc166 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
176 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
182 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
210 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
259 watchdog_thread_.reset(new WatchDogThread());
264 WatchDogThread::PostTask(
272 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
295 DCHECK(!WatchDogThread::CurrentlyOnWatchDogThread());
320 scoped_ptr<WatchDogThread> watchdog_thread_;
455 // message was received by the 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...]
/external/chromium_org/chrome/browser/
H A Dbrowser_process.h39 class WatchDogThread;
150 virtual WatchDogThread* watchdog_thread() = 0;
H A Dbrowser_process_impl.h84 virtual WatchDogThread* watchdog_thread() OVERRIDE;
171 scoped_ptr<WatchDogThread> watchdog_thread_;
H A Dbrowser_process_impl.cc563 WatchDogThread* BrowserProcessImpl::watchdog_thread() {
942 scoped_ptr<WatchDogThread> thread(new WatchDogThread());
/external/chromium_org/chrome/test/base/
H A Dtesting_browser_process.h27 class WatchDogThread;
67 virtual WatchDogThread* watchdog_thread() OVERRIDE;
H A Dtesting_browser_process.cc119 WatchDogThread* TestingBrowserProcess::watchdog_thread() {

Completed in 118 milliseconds