Searched defs:HostSharedBitmapManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/
H A Dhost_shared_bitmap_manager.h40 class CONTENT_EXPORT HostSharedBitmapManager : public cc::SharedBitmapManager { class in namespace:content
42 HostSharedBitmapManager();
43 virtual ~HostSharedBitmapManager();
45 static HostSharedBitmapManager* current();
H A Dhost_shared_bitmap_manager.cc38 base::LazyInstance<HostSharedBitmapManager> g_shared_memory_manager =
41 HostSharedBitmapManager::HostSharedBitmapManager() {} function in class:content::HostSharedBitmapManager
42 HostSharedBitmapManager::~HostSharedBitmapManager() {}
44 HostSharedBitmapManager* HostSharedBitmapManager::current() {
48 scoped_ptr<cc::SharedBitmap> HostSharedBitmapManager::AllocateSharedBitmap(
68 base::Bind(&HostSharedBitmapManager::FreeSharedMemoryFromMap,
72 scoped_ptr<cc::SharedBitmap> HostSharedBitmapManager
[all...]

Completed in 831 milliseconds