/external/chromium_org/ui/compositor/ |
D | scoped_animation_duration_scale_mode.h | 14 class COMPOSITOR_EXPORT ScopedAnimationDurationScaleMode { 23 explicit ScopedAnimationDurationScaleMode( in ScopedAnimationDurationScaleMode() function 29 ~ScopedAnimationDurationScaleMode() { in ~ScopedAnimationDurationScaleMode() 42 DISALLOW_COPY_AND_ASSIGN(ScopedAnimationDurationScaleMode);
|
D | scoped_animation_duration_scale_mode.cc | 10 ScopedAnimationDurationScaleMode::DurationScaleMode 11 ScopedAnimationDurationScaleMode::duration_scale_mode_ = 12 ScopedAnimationDurationScaleMode::NORMAL_DURATION;
|
D | layer_animation_element.cc | 843 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()
|
D | layer_animation_element_unittest.cc | 88 ScopedAnimationDurationScaleMode faster_duration( in TEST() 89 ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST()
|
D | layer_animator_unittest.cc | 1857 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/ |
D | ash_test_helper.h | 20 class ScopedAnimationDurationScaleMode; variable 60 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
D | ash_test_helper.cc | 53 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUp() 54 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUp()
|
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_controller_unittest.cc | 85 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/ |
D | visibility_controller_unittest.cc | 25 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F() 26 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
|
/external/chromium_org/ui/aura/test/ |
D | aura_test_helper.h | 22 class ScopedAnimationDurationScaleMode; variable 70 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
D | aura_test_helper.cc | 47 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in AuraTestHelper() 48 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in AuraTestHelper()
|
/external/chromium_org/ash/wm/ |
D | window_animations_unittest.cc | 117 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()
|
D | lock_state_controller_unittest.cc | 103 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()
|
D | workspace_controller_unittest.cc | 1076 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in TEST_F() 1077 ui::ScopedAnimationDurationScaleMode::NORMAL_DURATION); in TEST_F()
|
/external/chromium_org/ash/wm/caption_buttons/ |
D | frame_caption_button_container_view.cc | 182 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/ |
D | screen_locker_browsertest.cc | 129 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/ |
D | window_selector_unittest.cc | 345 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/ |
D | desktop_notifications_unittest.cc | 107 ui::ScopedAnimationDurationScaleMode normal_duration_mode( in SetUp() 108 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION); in SetUp()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_view_aura_browsertest.cc | 319 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/ |
D | shelf_layout_manager_unittest.cc | 760 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()
|
D | shelf_view.cc | 1768 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/ |
D | window_unittest.cc | 1712 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()
|