Searched refs:PollFastMemoryTotal (Results 1 – 5 of 5) sorted by relevance
66 virtual void PollFastMemoryTotal(uint64_t* memory_total) {} in PollFastMemoryTotal() function
148 MOCK_METHOD1(PollFastMemoryTotal, void(uint64_t* memory_total));162 ON_CALL(*this, PollFastMemoryTotal(_)) in MockMemoryDumpProvider()247 void PollFastMemoryTotal(uint64_t* memory_total) { in PollFastMemoryTotal() function in base::trace_event::MemoryDumpManagerTest248 mdm_->PollFastMemoryTotal(memory_total); in PollFastMemoryTotal()801 EXPECT_CALL(*mdp1, PollFastMemoryTotal(_)) in TEST_F()807 EXPECT_CALL(*mdp2, PollFastMemoryTotal(_)) in TEST_F()
266 bool PollFastMemoryTotal(uint64_t* memory_total);
180 bool res = mdm_->PollFastMemoryTotal(&polled_memory); in PollMemoryOnPollingThread()
712 bool MemoryDumpManager::PollFastMemoryTotal(uint64_t* memory_total) { in PollFastMemoryTotal() function in base::trace_event::MemoryDumpManager728 mdpinfo->dump_provider->PollFastMemoryTotal(&value); in PollFastMemoryTotal()