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

  /external/chromium_org/cc/resources/
shared_bitmap.cc 13 SharedBitmap::SharedBitmap(
16 const base::Callback<void(SharedBitmap* bitmap)>& free_callback)
23 SharedBitmap::SharedBitmap(
26 const base::Callback<void(SharedBitmap* bitmap)>& free_callback)
30 SharedBitmap::~SharedBitmap() { free_callback_.Run(this); }
33 bool SharedBitmap::SizeInBytes(const gfx::Size& size, size_t* size_in_bytes) {
46 size_t SharedBitmap::CheckedSizeInBytes(const gfx::Size& size)
    [all...]
shared_bitmap.h 20 class CC_EXPORT SharedBitmap {
22 SharedBitmap(base::SharedMemory* memory,
24 const base::Callback<void(SharedBitmap* bitmap)>& free_callback);
26 SharedBitmap(uint8* pixels,
28 const base::Callback<void(SharedBitmap* bitmap)>& free_callback);
30 ~SharedBitmap();
32 bool operator<(const SharedBitmap& right) const {
63 base::Callback<void(SharedBitmap* bitmap)> free_callback_;
65 DISALLOW_COPY_AND_ASSIGN(SharedBitmap);
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 151 struct SharedBitmap {
152 SharedBitmap();
153 ~SharedBitmap();
298 SharedBitmap transport_stores_[2];
webplugin_delegate_proxy.cc 228 WebPluginDelegateProxy::SharedBitmap::SharedBitmap() {}
230 WebPluginDelegateProxy::SharedBitmap::~SharedBitmap() {}
    [all...]

Completed in 674 milliseconds