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.cc152 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
164 // If we are not on WatchDogThread, then post a task to call StartWatching on
165 // WatchDogThread.
166 if (!WatchDogThread::CurrentlyOnWatchDogThread()) {
167 WatchDogThread::PostTask(
173 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
187 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
199 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
206 DCHECK(WatchDogThread::CurrentlyOnWatchDogThread());
229 DCHECK(WatchDogThread
851 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.h40 class WatchDogThread;
147 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.cc457 WatchDogThread* BrowserProcessImpl::watchdog_thread() {
827 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.cc117 WatchDogThread* TestingBrowserProcess::watchdog_thread() {

Completed in 180 milliseconds