HomeSort by relevance Sort by last modified time
    Searched refs:SharedBitmap (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/cc/resources/
shared_bitmap.cc 9 SharedBitmap::SharedBitmap(
12 const base::Callback<void(SharedBitmap*)>& free_callback)
15 SharedBitmap::~SharedBitmap() { free_callback_.Run(this); }
shared_bitmap.h 19 class CC_EXPORT SharedBitmap {
21 SharedBitmap(base::SharedMemory* memory,
23 const base::Callback<void(SharedBitmap*)>& free_callback);
25 ~SharedBitmap();
27 bool operator<(const SharedBitmap& right) const {
44 base::Callback<void(SharedBitmap*)> free_callback_;
46 DISALLOW_COPY_AND_ASSIGN(SharedBitmap);
shared_bitmap_manager.h 19 virtual scoped_ptr<SharedBitmap> AllocateSharedBitmap(gfx::Size) = 0;
20 virtual scoped_ptr<SharedBitmap> GetSharedBitmapFromId(
23 virtual scoped_ptr<SharedBitmap> GetBitmapForSharedMemory(
resource_provider.h 47 class SharedBitmap;
377 SharedBitmap* bitmap,
417 SharedBitmap* shared_bitmap;
resource_provider_unittest.cc 330 void FreeSharedBitmap(SharedBitmap* shared_bitmap) {
334 void IgnoreSharedBitmap(SharedBitmap* shared_bitmap) {}
341 virtual scoped_ptr<SharedBitmap> AllocateSharedBitmap(gfx::Size size)
350 return scoped_ptr<SharedBitmap>(
351 new SharedBitmap(memory.release(), id, base::Bind(&FreeSharedBitmap)));
354 virtual scoped_ptr<SharedBitmap> GetSharedBitmapFromId(
358 return scoped_ptr<SharedBitmap>();
359 return scoped_ptr<SharedBitmap>(
360 new SharedBitmap(bitmap_map_[id], id, base::Bind(&IgnoreSharedBitmap)));
363 virtual scoped_ptr<SharedBitmap> GetBitmapForSharedMemory
    [all...]
resource_provider.cc 242 SharedBitmap* bitmap,
406 scoped_ptr<SharedBitmap> bitmap;
477 scoped_ptr<SharedBitmap> shared_bitmap;
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 150 struct SharedBitmap {
151 SharedBitmap();
152 ~SharedBitmap();
297 SharedBitmap transport_stores_[2];
webplugin_delegate_proxy.cc 234 WebPluginDelegateProxy::SharedBitmap::SharedBitmap() {}
236 WebPluginDelegateProxy::SharedBitmap::~SharedBitmap() {}
    [all...]

Completed in 178 milliseconds