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

/external/chromium_org/ui/v2/src/
H A Dview.cc118 class ViewLayerOwner : public ui::LayerOwner, class in namespace:v2
121 explicit ViewLayerOwner(ui::Layer* layer) { function in class:v2::ViewLayerOwner
124 ~ViewLayerOwner() {}
135 return base::Bind(&ViewLayerOwner::OnLayerBoundsChanged,
143 DISALLOW_COPY_AND_ASSIGN(ViewLayerOwner);
285 layer_owner_.reset(new ViewLayerOwner(new ui::Layer(layer_type)));

Completed in 96 milliseconds