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

  /external/chromium_org/base/debug/
trace_event_system_stats_monitor_unittest.cc 47 EXPECT_FALSE(system_stats_monitor->IsTimerRunningForTest());
52 EXPECT_TRUE(system_stats_monitor->IsTimerRunningForTest());
57 EXPECT_FALSE(system_stats_monitor->IsTimerRunningForTest());
trace_event_system_stats_monitor.h 49 bool IsTimerRunningForTest() const;
trace_event_memory_unittest.cc 54 EXPECT_FALSE(controller->IsTimerRunningForTest());
59 EXPECT_TRUE(controller->IsTimerRunningForTest());
64 EXPECT_FALSE(controller->IsTimerRunningForTest());
trace_event_memory.h 65 bool IsTimerRunningForTest() const;
trace_event_system_stats_monitor.cc 121 bool TraceEventSystemStatsMonitor::IsTimerRunningForTest() const {
trace_event_memory.cc 240 bool TraceMemoryController::IsTimerRunningForTest() const {

Completed in 203 milliseconds