Searched defs:ScopedUIResource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/resources/
H A Dscoped_ui_resource.cc13 scoped_ptr<ScopedUIResource> ScopedUIResource::Create(
16 return make_scoped_ptr(new ScopedUIResource(host, bitmap));
19 ScopedUIResource::ScopedUIResource(LayerTreeHost* host, function in class:cc::ScopedUIResource
28 ScopedUIResource::~ScopedUIResource() {
35 UIResourceBitmap ScopedUIResource::GetBitmap(UIResourceId uid,
H A Dscoped_ui_resource.h18 // ScopedUIResource creates an UIResource from a bitmap and a LayerTreeHost.
24 class CC_EXPORT ScopedUIResource : public UIResourceClient { class in namespace:cc
26 static scoped_ptr<ScopedUIResource> Create(LayerTreeHost* host,
28 virtual ~ScopedUIResource();
36 ScopedUIResource(LayerTreeHost* host, const UIResourceBitmap& bitmap);
43 DISALLOW_COPY_AND_ASSIGN(ScopedUIResource);

Completed in 4556 milliseconds