Searched refs:Manage (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager_unittest.cc44 // Manage() call.
199 void Manage() { function in class:content::GpuMemoryManagerTest
201 memmgr_.Manage();
207 // Test GpuMemoryManager::Manage basic functionality.
217 Manage();
224 Manage();
233 Manage();
237 // Test GpuMemoryManager::Manage functionality: changing visibility.
249 Manage();
259 Manage();
[all...]
H A Dgpu_memory_manager.cc121 FROM_HERE, base::Bind(&GpuMemoryManager::Manage, AsWeakPtr()));
128 delayed_manage_callback_.Reset(base::Bind(&GpuMemoryManager::Manage,
256 void GpuMemoryManager::Manage() { function in class:content::GpuMemoryManager
H A Dgpu_memory_manager.h37 // Add a call to Manage to the thread's message loop immediately.
39 // Add a Manage call to the thread's message loop for execution 1/60th of
48 // Schedule a Manage() call. If immediate is true, we PostTask without delay.
113 void Manage();

Completed in 160 milliseconds