/external/chromium_org/ui/compositor/ |
D | scoped_animation_duration_scale_mode.h | 14 class COMPOSITOR_EXPORT ScopedAnimationDurationScaleMode { 27 explicit ScopedAnimationDurationScaleMode( in ScopedAnimationDurationScaleMode() function 33 ~ScopedAnimationDurationScaleMode() { in ~ScopedAnimationDurationScaleMode() 46 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 | 760 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()
|
D | layer_animation_element_unittest.cc | 88 ScopedAnimationDurationScaleMode faster_duration( in TEST() 89 ScopedAnimationDurationScaleMode::FAST_DURATION); in TEST()
|
/external/chromium_org/ash/desktop_background/ |
D | desktop_background_controller_unittest.cc | 51 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/ |
D | window_animations_unittest.cc | 68 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/ |
D | views_test_helper_mac.h | 12 class ScopedAnimationDurationScaleMode; variable 24 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
D | views_test_helper_mac.mm | 19 : zero_duration_mode_(new ui::ScopedAnimationDurationScaleMode( 20 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)) {
|
/external/chromium_org/ui/wm/core/ |
D | window_animations_unittest.cc | 143 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()
|
D | visibility_controller_unittest.cc | 25 ui::ScopedAnimationDurationScaleMode test_duration_mode( in TEST_F() 26 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION); in TEST_F()
|
D | window_animations.cc | 664 if (ui::ScopedAnimationDurationScaleMode::duration_scale_mode() == in WindowAnimationsDisabled() 665 ui::ScopedAnimationDurationScaleMode::NON_ZERO_DURATION) in WindowAnimationsDisabled()
|
/external/chromium_org/athena/test/ |
D | athena_test_helper.h | 19 class ScopedAnimationDurationScaleMode; variable 65 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
D | athena_test_helper.cc | 37 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in AthenaTestHelper() 38 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in AthenaTestHelper()
|
/external/chromium_org/ash/test/ |
D | ash_test_helper.h | 20 class ScopedAnimationDurationScaleMode; variable 75 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
D | ash_test_helper.cc | 65 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in SetUp() 66 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in SetUp()
|
/external/chromium_org/ui/aura/test/ |
D | aura_test_helper.h | 20 class ScopedAnimationDurationScaleMode; variable 67 scoped_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
D | aura_test_helper.cc | 42 zero_duration_mode_.reset(new ui::ScopedAnimationDurationScaleMode( in AuraTestHelper() 43 ui::ScopedAnimationDurationScaleMode::ZERO_DURATION)); in AuraTestHelper()
|
/external/chromium_org/chrome/browser/chromeos/login/lock/ |
D | screen_locker_browsertest.cc | 128 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/ |
D | keyboard_controller_unittest.cc | 42 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/ |
D | window_slider_unittest.cc | 338 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/ |
D | system_tray_unittest.cc | 493 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/ |
D | shelf_layout_manager_unittest.cc | 789 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/ |
D | window_selector_unittest.cc | 461 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/ |
D | textfield.cc | 68 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/ |
D | web_contents_view_aura_browsertest.cc | 475 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()
|