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

  /external/chromium_org/ui/compositor/
layer_owner.cc 11 LayerOwner::LayerOwner() : layer_(NULL), layer_owner_delegate_(NULL) {
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 {
layer_owner.h 16 class COMPOSITOR_EXPORT LayerOwner {
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 154 milliseconds