Home
last modified time | relevance | path

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

/external/libchrome/base/memory/
Dmemory_coordinator_client.h71 virtual void OnPurgeMemory() {} in OnPurgeMemory() function
Dmemory_coordinator_client_registry.cc38 clients_->Notify(FROM_HERE, &base::MemoryCoordinatorClient::OnPurgeMemory); in PurgeMemory()
Dmemory_coordinator_client_registry_unittest.cc19 void OnPurgeMemory() override { ++purge_count_; } in OnPurgeMemory() function in base::__anon53dc098c0111::TestMemoryCoordinatorClient