Searched defs:ThreadWatcherList (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.cc65 if (!ThreadWatcherList::IsRegistered(thread_id))
170 ThreadWatcherList::Register(this);
188 // ThreadWatcherList methods and members.
191 ThreadWatcherList* ThreadWatcherList::global_ = NULL;
193 ThreadWatcherList::ThreadWatcherList() function in class:ThreadWatcherList
204 ThreadWatcherList::~ThreadWatcherList() {
211 void ThreadWatcherList
[all...]
H A Dthread_watcher.h8 // be watched. This file also defines ThreadWatcherList class that has list of
53 class ThreadWatcherList;
135 friend class ThreadWatcherList;
203 class ThreadWatcherList : public NotificationObserver { class in inherits:NotificationObserver
209 ThreadWatcherList();
211 virtual ~ThreadWatcherList();
263 static ThreadWatcherList* global_; // The singleton of this class.
277 DISALLOW_COPY_AND_ASSIGN(ThreadWatcherList);
324 // refcounting of ThreadWatcher and ThreadWatcherList classes.
326 DISABLE_RUNNABLE_METHOD_REFCOUNT(ThreadWatcherList); variable
[all...]

Completed in 278 milliseconds