Searched refs:old_layer_owner (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ash/wm/
H A Dwindow_animations.h49 // should be at the target bounds. |old_layer_owner| contains the previous layer
54 scoped_ptr<ui::LayerTreeOwner> old_layer_owner,
H A Dwindow_animations.cc326 scoped_ptr<ui::LayerTreeOwner> old_layer_owner,
328 DCHECK(old_layer_owner->root());
329 const gfx::Rect old_bounds(old_layer_owner->root()->bounds());
339 ui::Layer* old_layer = old_layer_owner->root();
344 settings.AddObserver(new CrossFadeObserver(window, old_layer_owner.Pass()));
324 CrossFadeAnimation( aura::Window* window, scoped_ptr<ui::LayerTreeOwner> old_layer_owner, gfx::Tween::Type tween_type) argument
H A Dwindow_state.cc427 scoped_ptr<ui::LayerTreeOwner> old_layer_owner = local
429 ui::Layer* old_layer = old_layer_owner->root();
443 CrossFadeAnimation(window_, old_layer_owner.Pass(), gfx::Tween::EASE_OUT);

Completed in 80 milliseconds