HomeSort by relevance Sort by last modified time
    Searched refs:IsSystraceEnabled (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/trace_event/
trace_config_unittest.cc 69 EXPECT_FALSE(tc.IsSystraceEnabled());
90 EXPECT_FALSE(config.IsSystraceEnabled());
96 EXPECT_FALSE(config.IsSystraceEnabled());
102 EXPECT_FALSE(config.IsSystraceEnabled());
108 EXPECT_FALSE(config.IsSystraceEnabled());
115 EXPECT_TRUE(config.IsSystraceEnabled());
122 EXPECT_FALSE(config.IsSystraceEnabled());
131 EXPECT_TRUE(config.IsSystraceEnabled());
140 EXPECT_FALSE(config.IsSystraceEnabled());
147 EXPECT_FALSE(config.IsSystraceEnabled());
    [all...]
trace_config.h 214 bool IsSystraceEnabled() const { return enable_systrace_; }
  /external/v8/include/libplatform/
v8-tracing.h 190 bool IsSystraceEnabled() const { return enable_systrace_; }

Completed in 93 milliseconds