TraceMemoryController 146 base/debug/trace_event_memory.cc TraceMemoryController::TraceMemoryController( TraceMemoryController 162 base/debug/trace_event_memory.cc TraceMemoryController::~TraceMemoryController() { TraceMemoryController 169 base/debug/trace_event_memory.cc void TraceMemoryController::OnTraceLogEnabled() { TraceMemoryController 179 base/debug/trace_event_memory.cc base::Bind(&TraceMemoryController::StartProfiling, TraceMemoryController 183 base/debug/trace_event_memory.cc void TraceMemoryController::OnTraceLogDisabled() { TraceMemoryController 190 base/debug/trace_event_memory.cc base::Bind(&TraceMemoryController::StopProfiling, TraceMemoryController 194 base/debug/trace_event_memory.cc void TraceMemoryController::StartProfiling() { TraceMemoryController 207 base/debug/trace_event_memory.cc base::Bind(&TraceMemoryController::DumpMemoryProfile, TraceMemoryController 211 base/debug/trace_event_memory.cc void TraceMemoryController::DumpMemoryProfile() { TraceMemoryController 228 base/debug/trace_event_memory.cc void TraceMemoryController::StopProfiling() { TraceMemoryController 240 base/debug/trace_event_memory.cc bool TraceMemoryController::IsTimerRunningForTest() const { TraceMemoryController 30 base/debug/trace_event_memory.h class BASE_EXPORT TraceMemoryController TraceMemoryController 42 base/debug/trace_event_memory.h TraceMemoryController( TraceMemoryController 47 base/debug/trace_event_memory.h virtual ~TraceMemoryController(); TraceMemoryController 63 base/debug/trace_event_memory.h FRIEND_TEST_ALL_PREFIXES(TraceMemoryTest, TraceMemoryController); TraceMemoryController 77 base/debug/trace_event_memory.h RepeatingTimer<TraceMemoryController> dump_timer_; TraceMemoryController 79 base/debug/trace_event_memory.h WeakPtrFactory<TraceMemoryController> weak_factory_; TraceMemoryController 81 base/debug/trace_event_memory.h DISALLOW_COPY_AND_ASSIGN(TraceMemoryController); TraceMemoryController 36 base/debug/trace_event_memory_unittest.cc TEST_F(TraceMemoryTest, TraceMemoryController) { TraceMemoryController 43 base/debug/trace_event_memory_unittest.cc scoped_ptr<TraceMemoryController> controller( TraceMemoryController 44 base/debug/trace_event_memory_unittest.cc new TraceMemoryController( TraceMemoryController 529 content/browser/browser_main_loop.cc trace_memory_controller_.reset(new base::debug::TraceMemoryController( TraceMemoryController 22 content/browser/browser_main_loop.h class TraceMemoryController; TraceMemoryController 184 content/browser/browser_main_loop.h scoped_ptr<base::debug::TraceMemoryController> trace_memory_controller_; TraceMemoryController 303 content/child/child_thread.cc trace_memory_controller_.reset(new base::debug::TraceMemoryController( TraceMemoryController 24 content/child/child_thread.h class TraceMemoryController; TraceMemoryController 245 content/child/child_thread.h scoped_ptr<base::debug::TraceMemoryController> trace_memory_controller_;