Home
last modified time | relevance | path

Searched refs:IsTimerRunningForTest (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dtrace_event_system_stats_monitor_unittest.cc49 EXPECT_FALSE(system_stats_monitor->IsTimerRunningForTest()); in TEST_F()
54 EXPECT_TRUE(system_stats_monitor->IsTimerRunningForTest()); in TEST_F()
59 EXPECT_FALSE(system_stats_monitor->IsTimerRunningForTest()); in TEST_F()
Dtrace_event_system_stats_monitor.h50 bool IsTimerRunningForTest() const;
Dtrace_event_system_stats_monitor.cc120 bool TraceEventSystemStatsMonitor::IsTimerRunningForTest() const { in IsTimerRunningForTest() function in base::trace_event::TraceEventSystemStatsMonitor