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

/external/chromium_org/ui/compositor/
H A Dlayer_owner.cc11 LayerOwner::LayerOwner() : layer_(NULL), layer_owner_delegate_(NULL) { function in class:ui::LayerOwner
14 LayerOwner::~LayerOwner() {
17 void LayerOwner::SetLayer(Layer* layer) {
24 scoped_ptr<Layer> LayerOwner::AcquireLayer() {
30 scoped_ptr<Layer> LayerOwner::RecreateLayer() {
79 void LayerOwner::DestroyLayer() {
84 bool LayerOwner::OwnsLayer() const {
H A Dlayer_owner.h16 class COMPOSITOR_EXPORT LayerOwner { class in namespace:ui
18 LayerOwner();
19 virtual ~LayerOwner();
28 // end of ~LayerOwner().
51 // The LayerOwner owns its layer unless ownership is relinquished via a call
61 DISALLOW_COPY_AND_ASSIGN(LayerOwner);

Completed in 84 milliseconds