Home
last modified time | relevance | path

Searched defs:SharedBitmap (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/npapi/
Dwebplugin_delegate_proxy.h151 struct SharedBitmap { struct
155 scoped_ptr<TransportDIB> dib;
156 scoped_ptr<SkCanvas> canvas;
Dwebplugin_delegate_proxy.cc228 WebPluginDelegateProxy::SharedBitmap::SharedBitmap() {} in SharedBitmap() function in content::WebPluginDelegateProxy::SharedBitmap
/external/chromium_org/cc/resources/
Dshared_bitmap.cc13 SharedBitmap::SharedBitmap( in SharedBitmap() function in cc::SharedBitmap
23 SharedBitmap::SharedBitmap( in SharedBitmap() function in cc::SharedBitmap
Dresource_provider.h51 class SharedBitmap; variable