OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_thread_watcher_observer_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/metrics/
thread_watcher.cc
729
ThreadWatcherObserver* ThreadWatcherObserver::
g_thread_watcher_observer_
= NULL;
member in class:ThreadWatcherObserver
735
CHECK(!
g_thread_watcher_observer_
);
736
g_thread_watcher_observer_
= this;
740
DCHECK(this ==
g_thread_watcher_observer_
);
741
g_thread_watcher_observer_
= NULL;
755
if (!
g_thread_watcher_observer_
)
757
g_thread_watcher_observer_
->registrar_.RemoveAll();
758
delete
g_thread_watcher_observer_
;
thread_watcher.h
492
// Registers |
g_thread_watcher_observer_
| as the Notifications observer.
498
// |
g_thread_watcher_observer_
|. This method is accessible on UI thread.
502
// Constructor of |
g_thread_watcher_observer_
| singleton.
505
// Destructor of |
g_thread_watcher_observer_
| singleton.
518
static ThreadWatcherObserver*
g_thread_watcher_observer_
;
member in class:ThreadWatcherObserver
Completed in 108 milliseconds