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

/external/chromium_org/content/common/gpu/
H A Dgpu_memory_manager_unittest.cc45 // Manage() call.
206 void Manage() { function in class:content::GpuMemoryManagerTest
208 memmgr_.Manage();
244 // Test GpuMemoryManager::Manage basic functionality.
254 Manage();
261 Manage();
270 Manage();
274 // Test GpuMemoryManager::Manage functionality: changing visibility.
286 Manage();
296 Manage();
[all...]
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.
110 void Manage();
254 // Used to disable automatic changes to Manage() in testing.
H A Dgpu_memory_manager.cc225 FROM_HERE, base::Bind(&GpuMemoryManager::Manage, AsWeakPtr()));
232 delayed_manage_callback_.Reset(base::Bind(&GpuMemoryManager::Manage,
391 void GpuMemoryManager::Manage() { function in class:content::GpuMemoryManager

Completed in 135 milliseconds