HomeSort by relevance Sort by last modified time
    Searched refs:StartAnimation (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 15 // Invoke |StartAnimation| to start an animation that when done invokes
27 void StartAnimation();
suggested_text_view.cc 22 void SuggestedTextView::StartAnimation() {
location_bar_view.cc 417 suggested_text_view_->StartAnimation();
    [all...]
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.h 52 void StartAnimation();
long_press_affordance_handler.cc 264 &LongPressAffordanceHandler::StartAnimation);
282 void LongPressAffordanceHandler::StartAnimation() {
352 this, &LongPressAffordanceHandler::StartAnimation);
  /external/chromium_org/ash/wm/
session_state_animator.h 144 void StartAnimation(int container_mask,
lock_state_controller.cc 313 animator_->StartAnimation(
447 animator_->StartAnimation(
485 animator_->StartAnimation(
626 animator_->StartAnimation(
640 animator_->StartAnimation(
session_state_animator.cc 68 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,
  /external/chromium_org/cc/input/
page_scale_animation.h 53 // the start time. StartAnimation should only be called once after creation.
55 void StartAnimation(double time);
page_scale_animation.cc 169 void PageScaleAnimation::StartAnimation(double time) {
  /external/chromium_org/ui/compositor/
layer_animator_unittest.cc 664 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...]
layer_animator.h 115 void StartAnimation(LayerAnimationSequence* animation);
scoped_layer_animation_settings.cc 50 (*i)->GetAnimator()->StartAnimation(new LayerAnimationSequence(
layer_animator.cc 104 StartAnimation(new LayerAnimationSequence(element.release())); \
130 void LayerAnimator::StartAnimation(LayerAnimationSequence* animation) {
177 StartAnimation(*iter);
202 StartAnimation(new LayerAnimationSequence(
  /external/chromium_org/ash/wm/overview/
window_selector_panels.cc 84 GetCalloutWidget()->GetLayer()->GetAnimator()->StartAnimation(
  /external/chromium_org/ui/views/corewm/
window_animations.cc 370 window->layer()->GetAnimator()->StartAnimation(sequence.release());
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 364 active_window->layer()->GetAnimator()->StartAnimation(
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]

Completed in 424 milliseconds