HomeSort by relevance Sort by last modified time
    Searched defs:HostSharedBitmapManager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/common/
host_shared_bitmap_manager.cc 38 base::LazyInstance<HostSharedBitmapManager> g_shared_memory_manager =
41 HostSharedBitmapManager::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::GetSharedBitmapFromId
    [all...]
host_shared_bitmap_manager.h 40 class CONTENT_EXPORT HostSharedBitmapManager : public cc::SharedBitmapManager {
42 HostSharedBitmapManager();
43 virtual ~HostSharedBitmapManager();
45 static HostSharedBitmapManager* current();

Completed in 388 milliseconds