HomeSort by relevance Sort by last modified time
    Searched refs:HostSharedBitmapManager (Results 1 - 12 of 12) 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();
host_shared_bitmap_manager_unittest.cc 13 virtual void SetUp() { manager_.reset(new HostSharedBitmapManager()); }
14 scoped_ptr<HostSharedBitmapManager> manager_;
  /external/chromium_org/content/browser/compositor/
onscreen_display_client.cc 22 new cc::Display(this, manager, HostSharedBitmapManager::current())),
gpu_process_transport_factory.cc 317 return HostSharedBitmapManager::current();
  /external/chromium_org/content/browser/renderer_host/
renderer_frame_manager.cc 81 HostSharedBitmapManager::current()->AllocatedBitmapCount() * 1.0f /
software_frame_manager.cc 90 HostSharedBitmapManager::current()->GetSharedBitmapFromId(
software_frame_manager_unittest.cc 25 HostSharedBitmapManager::current()->ProcessRemoved(
45 HostSharedBitmapManager::current()->ChildAllocatedSharedBitmap(
render_message_filter.cc 342 HostSharedBitmapManager::current()->ProcessRemoved(PeerHandle());
    [all...]
compositor_impl_android.cc 463 HostSharedBitmapManager::current(),
render_widget_host_view_aura_unittest.cc     [all...]
render_widget_host_impl.cc     [all...]

Completed in 871 milliseconds