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

/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.cc152 AnimationSetter(aura::Window* window, int animation_time_in_ms) argument
163 base::TimeDelta::FromMilliseconds(animation_time_in_ms));
557 aura::Window* window, bool visible, int animation_time_in_ms) {
591 ShowWithTransientChildrenRecursive(window, animation_time_in_ms);
595 SetWindowVisible(window, false, animation_time_in_ms);
609 aura::Window* window, int animation_time_in_ms) {
613 ShowWithTransientChildrenRecursive(*it, animation_time_in_ms);
619 SetWindowVisible(window, true, animation_time_in_ms);
696 int animation_time_in_ms) {
706 GetAdjustedAnimationTimeInMS(animation_time_in_ms));
556 SetWindowVisibility( aura::Window* window, bool visible, int animation_time_in_ms) argument
608 ShowWithTransientChildrenRecursive( aura::Window* window, int animation_time_in_ms) argument
693 SetWindowVisible( aura::Window* window, bool visible, int animation_time_in_ms) argument
[all...]

Completed in 1363 milliseconds