Home | History | Annotate | Download | only in overview

Lines Matching refs:layer

27                                   ui::Layer* recreated_layer) {
28 // Save and remove the transform from the layer to later reapply to both the
61 recreated_layer->set_delegate(src_window->layer()->delegate());
70 window->layer()->Add(recreated_layer);
71 window->layer()->StackAtTop(recreated_layer);
72 window->layer()->SetOpacity(1);
80 // An observer which closes the widget and deletes the layer after an
89 // and clean up the layer when there are no pending animations.
104 // class, deletes itself and cleans up the widget and layer.
122 widget_->GetNativeWindow()->layer()->GetAnimator()->AddObserver(this);
148 widget_->GetNativeWindow()->layer()->GetAnimator()->RemoveObserver(this);