OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Resurrect
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/debug/
trace_event_win.cc
114
void TraceLog::
Resurrect
() {
115
StaticMemorySingletonTraits<TraceLog>::
Resurrect
();
trace_event_win.h
111
static void
Resurrect
();
trace_event_win_unittest.cc
101
//
Resurrect
and initialize the TraceLog singleton instance.
108
TraceLog::
Resurrect
();
144
TraceLog::
Resurrect
();
/external/chromium/base/memory/
singleton.h
56
// the
Resurrect
() method is called.
99
static void
Resurrect
() {
singleton_unittest.cc
248
//
Resurrect
the static singleton, and assert that it
250
CallbackSingletonWithStaticTrait::Trait::
Resurrect
();
Completed in 37 milliseconds