Home
last modified time | relevance | path

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

12

/external/chromium_org/ui/compositor/
Dscoped_animation_duration_scale_mode.h14 class COMPOSITOR_EXPORT ScopedAnimationDurationScaleMode {
27 explicit ScopedAnimationDurationScaleMode( in ScopedAnimationDurationScaleMode() function
33 ~ScopedAnimationDurationScaleMode() { in ~ScopedAnimationDurationScaleMode()
46 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.cc760 switch (ScopedAnimationDurationScaleMode::duration_scale_mode()) { in GetEffectiveDuration()
761 case ScopedAnimationDurationScaleMode::NORMAL_DURATION: in GetEffectiveDuration()
763 case ScopedAnimationDurationScaleMode::FAST_DURATION: in GetEffectiveDuration()
765 case ScopedAnimationDurationScaleMode::SLOW_DURATION: in GetEffectiveDuration()
767 case ScopedAnimationDurationScaleMode::NON_ZERO_DURATION: in GetEffectiveDuration()
769 case ScopedAnimationDurationScaleMode::ZERO_DURATION: in GetEffectiveDuration()
Dlayer_animation_element_unittest.cc88 ScopedAnimationDurationScaleMode faster_duration( in TEST()
89 ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST()
/external/chromium_org/ash/desktop_background/
Ddesktop_background_controller_unittest.cc51 ASSERT_NE(ui::ScopedAnimationDurationScaleMode::duration_scale_mode(), in RunAnimationForWidget()
52 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION); in RunAnimationForWidget()
153 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
154 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
185 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
186 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
233 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
234 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
/external/chromium_org/ash/wm/
Dwindow_animations_unittest.cc68 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
69 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
116 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
117 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
174 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
175 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
/external/chromium_org/ui/views/test/
Dviews_test_helper_mac.h12 class ScopedAnimationDurationScaleMode; variable
24 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
Dviews_test_helper_mac.mm19 : zero_duration_mode_(new ui::ScopedAnimationDurationScaleMode(
20 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)) {
/external/chromium_org/ui/wm/core/
Dwindow_animations_unittest.cc143 ui::ScopedAnimationDurationScaleMode scale_mode( in TEST_F()
144 ui::ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST_F()
219 ui::ScopedAnimationDurationScaleMode scale_mode( in TEST_F()
220 ui::ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST_F()
294 ui::ScopedAnimationDurationScaleMode scale_mode( in TEST_F()
295 ui::ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST_F()
Dvisibility_controller_unittest.cc25 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
26 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
Dwindow_animations.cc664 if (ui::ScopedAnimationDurationScaleMode::duration_scale_mode() == in WindowAnimationsDisabled()
665 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION) in WindowAnimationsDisabled()
/external/chromium_org/athena/test/
Dathena_test_helper.h19 class ScopedAnimationDurationScaleMode; variable
65 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
Dathena_test_helper.cc37 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in AthenaTestHelper()
38 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in AthenaTestHelper()
/external/chromium_org/ash/test/
Dash_test_helper.h20 class ScopedAnimationDurationScaleMode; variable
75 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
Dash_test_helper.cc65 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUp()
66 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUp()
/external/chromium_org/ui/aura/test/
Daura_test_helper.h20 class ScopedAnimationDurationScaleMode; variable
67 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
Daura_test_helper.cc42 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in AuraTestHelper()
43 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in AuraTestHelper()
/external/chromium_org/chrome/browser/chromeos/login/lock/
Dscreen_locker_browsertest.cc128 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUpInProcessBrowserTestFixture()
129 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUpInProcessBrowserTestFixture()
136 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
/external/chromium_org/ui/keyboard/
Dkeyboard_controller_unittest.cc42 ASSERT_NE(ui::ScopedAnimationDurationScaleMode::duration_scale_mode(), in RunAnimationForLayer()
43 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION); in RunAnimationForLayer()
504 ui::ScopedAnimationDurationScaleMode test_duration_mode( in SetUp()
505 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in SetUp()
/external/chromium_org/content/browser/web_contents/aura/
Dwindow_slider_unittest.cc338 ui::ScopedAnimationDurationScaleMode normal_duration_( in TEST_F()
339 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
593 ui::ScopedAnimationDurationScaleMode normal_duration( in TEST_F()
594 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
/external/chromium_org/ash/system/tray/
Dsystem_tray_unittest.cc493 scoped_ptr<ui::ScopedAnimationDurationScaleMode> animation_duration; in TEST_F()
495 new ui::ScopedAnimationDurationScaleMode( in TEST_F()
496 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION)); in TEST_F()
/external/chromium_org/ash/shelf/
Dshelf_layout_manager_unittest.cc789 ui::ScopedAnimationDurationScaleMode normal_animation_duration( in TEST_F()
790 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION); in TEST_F()
1077 ui::ScopedAnimationDurationScaleMode animation_duration( in TEST_F()
1078 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION); in TEST_F()
1677 ui::ScopedAnimationDurationScaleMode regular_animations( in TEST_F()
1678 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
1706 ui::ScopedAnimationDurationScaleMode regular_animations( in TEST_F()
1707 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
2020 ui::ScopedAnimationDurationScaleMode regular_animations( in TEST_F()
2021 ui::ScopedAnimationDurationScaleMode::SLOW_DURATION); in TEST_F()
/external/chromium_org/ash/wm/overview/
Dwindow_selector_unittest.cc461 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
462 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
468 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
469 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
564 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F()
565 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc68 switch (ui::ScopedAnimationDurationScaleMode::duration_scale_mode()) { in GetDragSelectionDelay()
69 case ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION: return 100; in GetDragSelectionDelay()
70 case ui::ScopedAnimationDurationScaleMode::FAST_DURATION: return 25; in GetDragSelectionDelay()
71 case ui::ScopedAnimationDurationScaleMode::SLOW_DURATION: return 400; in GetDragSelectionDelay()
72 case ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION: return 1; in GetDragSelectionDelay()
73 case ui::ScopedAnimationDurationScaleMode::ZERO_DURATION: return 0; in GetDragSelectionDelay()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura_browsertest.cc475 ui::ScopedAnimationDurationScaleMode fast_duration_mode( in IN_PROC_BROWSER_TEST_F()
476 ui::ScopedAnimationDurationScaleMode::FAST_DURATION); in IN_PROC_BROWSER_TEST_F()
1032 ui::ScopedAnimationDurationScaleMode fast_duration_mode( in IN_PROC_BROWSER_TEST_F()
1033 ui::ScopedAnimationDurationScaleMode::FAST_DURATION); in IN_PROC_BROWSER_TEST_F()

12