OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomThreadWatcher
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/metrics/
thread_watcher_unittest.cc
49
class
CustomThreadWatcher
: public ThreadWatcher {
63
CustomThreadWatcher
(const BrowserThread::ID thread_id,
226
DISABLE_RUNNABLE_METHOD_REFCOUNT(
CustomThreadWatcher
);
236
CustomThreadWatcher
* io_watcher_;
237
CustomThreadWatcher
* webkit_watcher_;
251
io_watcher_ = new
CustomThreadWatcher
(io_thread_id, io_thread_name,
255
webkit_watcher_ = new
CustomThreadWatcher
(
354
&
CustomThreadWatcher
::VeryLongMethod,
428
&
CustomThreadWatcher
::VeryLongMethod,
thread_watcher.h
52
class
CustomThreadWatcher
;
Completed in 18 milliseconds