Searched refs:StartAnimation (Results 1 - 18 of 18) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dsuggested_text_view.h15 // Invoke |StartAnimation| to start an animation that when done invokes
27 void StartAnimation();
H A Dsuggested_text_view.cc22 void SuggestedTextView::StartAnimation() { function in class:SuggestedTextView
H A Dlocation_bar_view.cc417 suggested_text_view_->StartAnimation();
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.h52 void StartAnimation();
H A Dlong_press_affordance_handler.cc264 &LongPressAffordanceHandler::StartAnimation);
282 void LongPressAffordanceHandler::StartAnimation() { function in class:ash::internal::LongPressAffordanceHandler
352 this, &LongPressAffordanceHandler::StartAnimation);
/external/chromium_org/ui/compositor/
H A Dlayer_animator_unittest.cc664 animator->StartAnimation(
702 test_controller.animator()->StartAnimation(
750 animator->StartAnimation(
754 animator->StartAnimation(
781 animator->StartAnimation(
790 animator->StartAnimation(
798 animator->StartAnimation(
838 test_controller.animator()->StartAnimation(
855 test_controller.animator()->StartAnimation(
862 test_controller.animator()->StartAnimation(
[all...]
H A Dscoped_layer_animation_settings.cc50 (*i)->GetAnimator()->StartAnimation(new LayerAnimationSequence(
H A Dlayer_animator.cc104 StartAnimation(new LayerAnimationSequence(element.release())); \
130 void LayerAnimator::StartAnimation(LayerAnimationSequence* animation) { function in class:ui::LayerAnimator
177 StartAnimation(*iter);
202 StartAnimation(new LayerAnimationSequence(
H A Dlayer_animator.h115 void StartAnimation(LayerAnimationSequence* animation);
/external/chromium_org/ash/wm/
H A Dsession_state_animator.h144 void StartAnimation(int container_mask,
H A Dlock_state_controller.cc313 animator_->StartAnimation(
447 animator_->StartAnimation(
485 animator_->StartAnimation(
626 animator_->StartAnimation(
640 animator_->StartAnimation(
H A Dsession_state_animator.cc68 animator->StartAnimation(sequence);
85 animator->StartAnimation(sequence);
96 animator->StartAnimation(
104 animator->StartAnimation(sequence);
120 animator->StartAnimation(sequence);
135 animator->StartAnimation(sequence);
504 void SessionStateAnimator::StartAnimation(int container_mask, function in class:ash::internal::SessionStateAnimator
/external/chromium_org/cc/input/
H A Dpage_scale_animation.h53 // the start time. StartAnimation should only be called once after creation.
55 void StartAnimation(double time);
H A Dpage_scale_animation.cc169 void PageScaleAnimation::StartAnimation(double time) { function in class:cc::PageScaleAnimation
/external/chromium_org/ash/wm/overview/
H A Dwindow_selector_panels.cc84 GetCalloutWidget()->GetLayer()->GetAnimator()->StartAnimation(
/external/chromium_org/ui/views/corewm/
H A Dwindow_animations.cc370 window->layer()->GetAnimator()->StartAnimation(sequence.release());
/external/chromium_org/ash/accelerators/
H A Daccelerator_controller.cc364 active_window->layer()->GetAnimator()->StartAnimation(
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2541 page_scale_animation_->StartAnimation(monotonic_time);

Completed in 1805 milliseconds