OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTracing
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/base/debug/
trace_event_win.h
66
bool
IsTracing
() {
trace_event_win.cc
107
if (provider && provider->
IsTracing
()) {
trace_event_win_unittest.cc
114
ASSERT_FALSE(tracelog->
IsTracing
());
151
EXPECT_TRUE(tracelog->
IsTracing
());
/external/chromium/base/debug/
trace_event.h
102
static bool
IsTracing
();
trace_event_win.h
93
bool
IsTracing
() {
trace_event.cc
37
bool TraceLog::
IsTracing
() {
trace_event_win.cc
103
if (provider && provider->
IsTracing
()) {
trace_event_win_unittest.cc
111
ASSERT_FALSE(tracelog->
IsTracing
());
148
EXPECT_TRUE(tracelog->
IsTracing
());
Completed in 102 milliseconds