Home
last modified time | relevance | path

Searched refs:GetCurrentPressureLevel (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/memory/
Dmemory_pressure_monitor_chromeos_unittest.cc96 monitor->GetCurrentPressureLevel()); in TEST()
104 monitor->GetCurrentPressureLevel()); in TEST()
114 monitor->GetCurrentPressureLevel()); in TEST()
133 monitor->GetCurrentPressureLevel()); in TEST()
142 monitor->GetCurrentPressureLevel()); in TEST()
151 monitor->GetCurrentPressureLevel()); in TEST()
160 monitor->GetCurrentPressureLevel()); in TEST()
Dmemory_pressure_monitor.h38 virtual MemoryPressureLevel GetCurrentPressureLevel() = 0;
Dmemory_pressure_monitor_chromeos.h61 MemoryPressureListener::MemoryPressureLevel GetCurrentPressureLevel()
Dmemory_pressure_monitor_chromeos.cc137 MemoryPressureMonitor::GetCurrentPressureLevel() { in GetCurrentPressureLevel() function in base::chromeos::MemoryPressureMonitor