Searched refs:CustomThreadWatcher (Results 1 – 2 of 2) sorted by relevance
49 class CustomThreadWatcher : public ThreadWatcher { class63 CustomThreadWatcher(const BrowserThread::ID thread_id, in CustomThreadWatcher() function in CustomThreadWatcher226 DISABLE_RUNNABLE_METHOD_REFCOUNT(CustomThreadWatcher);236 CustomThreadWatcher* io_watcher_;237 CustomThreadWatcher* webkit_watcher_;251 io_watcher_ = new CustomThreadWatcher(io_thread_id, io_thread_name, in ThreadWatcherTest()255 webkit_watcher_ = new CustomThreadWatcher( in ThreadWatcherTest()354 &CustomThreadWatcher::VeryLongMethod, in TEST_F()428 &CustomThreadWatcher::VeryLongMethod, in TEST_F()
52 class CustomThreadWatcher; variable