Home
last modified time | relevance | path

Searched refs:ScopedAnimationDurationScaleMode (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/ui/compositor/
Dscoped_animation_duration_scale_mode.h14 class COMPOSITOR_EXPORT ScopedAnimationDurationScaleMode {
23 explicit ScopedAnimationDurationScaleMode( in ScopedAnimationDurationScaleMode() function
29 ~ScopedAnimationDurationScaleMode() { in ~ScopedAnimationDurationScaleMode()
42 DISALLOW_COPY_AND_ASSIGN(ScopedAnimationDurationScaleMode);
Dscoped_animation_duration_scale_mode.cc10 ScopedAnimationDurationScaleMode::DurationScaleMode
11 ScopedAnimationDurationScaleMode::duration_scale_mode_ =
12 ScopedAnimationDurationScaleMode::NORMAL_DURATION;
Dlayer_animation_element.cc843 switch (ScopedAnimationDurationScaleMode::duration_scale_mode()) { in GetEffectiveDuration()
844 case ScopedAnimationDurationScaleMode::NORMAL_DURATION: in GetEffectiveDuration()
846 case ScopedAnimationDurationScaleMode::FAST_DURATION: in GetEffectiveDuration()
848 case ScopedAnimationDurationScaleMode::SLOW_DURATION: in GetEffectiveDuration()
850 case ScopedAnimationDurationScaleMode::ZERO_DURATION: in GetEffectiveDuration()
Dlayer_animation_element_unittest.cc88 ScopedAnimationDurationScaleMode faster_duration( in TEST()
89 ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST()
Dlayer_animator_unittest.cc1857 ScopedAnimationDurationScaleMode normal_duration_mode( in TEST()
1858 ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST()
1927 ScopedAnimationDurationScaleMode normal_duration_mode( in TEST()
1928 ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST()
1969 ScopedAnimationDurationScaleMode normal_duration_mode( in TEST()
1970 ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST()
/external/chromium_org/ash/test/
Dash_test_helper.h20 class ScopedAnimationDurationScaleMode; variable
60 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
Dash_test_helper.cc53 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUp()
54 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUp()
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller_unittest.cc85 ASSERT_NE(ui::ScopedAnimationDurationScaleMode::duration_scale_mode(), in RunAnimationForWidget()
86 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION); in RunAnimationForWidget()
309 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
310 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
341 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
342 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
389 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
390 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
/external/chromium_org/ui/views/corewm/
Dvisibility_controller_unittest.cc25 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
26 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
/external/chromium_org/ui/aura/test/
Daura_test_helper.h22 class ScopedAnimationDurationScaleMode; variable
70 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
Daura_test_helper.cc47 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in AuraTestHelper()
48 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in AuraTestHelper()
/external/chromium_org/ash/wm/
Dwindow_animations_unittest.cc117 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
118 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
171 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
172 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
Dlock_state_controller_unittest.cc103 animation_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUp()
104 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION)); in SetUp()
110 animation_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUp()
111 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUp()
391 scoped_ptr<ui::ScopedAnimationDurationScaleMode> animation_duration_mode_;
715 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
716 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
Dworkspace_controller_unittest.cc1076 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
1077 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
/external/chromium_org/ash/wm/caption_buttons/
Dframe_caption_button_container_view.cc182 scoped_ptr<ui::ScopedAnimationDurationScaleMode> slow_duration_mode; in ButtonPressed()
184 slow_duration_mode.reset(new ui::ScopedAnimationDurationScaleMode( in ButtonPressed()
185 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION)); in ButtonPressed()
/external/chromium_org/chrome/browser/chromeos/login/
Dscreen_locker_browsertest.cc129 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUpInProcessBrowserTestFixture()
130 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUpInProcessBrowserTestFixture()
137 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc345 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
346 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
352 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
353 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
652 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
653 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
/external/chromium_org/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc107 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in SetUp()
108 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION); in SetUp()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura_browsertest.cc319 ui::ScopedAnimationDurationScaleMode fast_duration_mode( in IN_PROC_BROWSER_TEST_F()
320 ui::ScopedAnimationDurationScaleMode::FAST_DURATION); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager_unittest.cc760 ui::ScopedAnimationDurationScaleMode normal_animation_duration( in TEST_F()
761 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION); in TEST_F()
1591 ui::ScopedAnimationDurationScaleMode regular_animations( in TEST_F()
1592 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
1620 ui::ScopedAnimationDurationScaleMode regular_animations( in TEST_F()
1621 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
Dshelf_view.cc1768 scoped_ptr<ui::ScopedAnimationDurationScaleMode> slowing_animations; in ButtonPressed()
1770 slowing_animations.reset(new ui::ScopedAnimationDurationScaleMode( in ButtonPressed()
1771 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION)); in ButtonPressed()
/external/chromium_org/ui/aura/
Dwindow_unittest.cc1712 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
1713 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
2677 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
2678 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
2712 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F()
2713 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()