Searched refs:UserSwichAnimatorChromeOS (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Duser_switch_animator_chromeos.h26 class UserSwichAnimatorChromeOS { class in namespace:chrome
36 UserSwichAnimatorChromeOS(MultiUserWindowManagerChromeOS* owner,
39 ~UserSwichAnimatorChromeOS();
113 DISALLOW_COPY_AND_ASSIGN(UserSwichAnimatorChromeOS);
H A Duser_switch_animator_chromeos.cc49 UserSwichAnimatorChromeOS::UserSwichAnimatorChromeOS( function in class:chrome::UserSwichAnimatorChromeOS
67 &UserSwichAnimatorChromeOS::AdvanceUserTransitionAnimation,
74 UserSwichAnimatorChromeOS::~UserSwichAnimatorChromeOS() {
79 bool UserSwichAnimatorChromeOS::CoversScreen(aura::Window* window) {
92 void UserSwichAnimatorChromeOS::AdvanceUserTransitionAnimation() {
117 void UserSwichAnimatorChromeOS::CancelAnimation() {
121 void UserSwichAnimatorChromeOS::FinalizeAnimation() {
127 void UserSwichAnimatorChromeOS
[all...]
H A Dmulti_user_window_manager_chromeos.h42 class UserSwichAnimatorChromeOS;
125 friend class UserSwichAnimatorChromeOS;
264 scoped_ptr<UserSwichAnimatorChromeOS> animation_;
H A Dmulti_user_window_manager_chromeos.cc402 new UserSwichAnimatorChromeOS(
H A Dmulti_user_window_manager_chromeos_unittest.cc133 return chrome::UserSwichAnimatorChromeOS::CoversScreen(

Completed in 423 milliseconds