Searched defs:AnimateToState (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ui/gfx/animation/
H A Dlinear_animation.h15 // Linear time bounded animation. As the animation progresses AnimateToState is
48 virtual void AnimateToState(double state) {} function in class:gfx::LinearAnimation
H A Dslide_animation.cc52 AnimateToState(1.0); // Skip to the end of the animation.
74 AnimateToState(0.0); // Skip to the end of the animation.
93 void SlideAnimation::AnimateToState(double state) { function in class:gfx::SlideAnimation
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_started_animation_views.cc42 virtual void AnimateToState(double state) OVERRIDE;
109 void DownloadStartedAnimationViews::AnimateToState(double state) { function in class:__anon6581::DownloadStartedAnimationViews
/external/chromium/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc48 virtual void AnimateToState(double state);
164 void DownloadStartedAnimationGtk::AnimateToState(double state) { function in class:__anon2619::DownloadStartedAnimationGtk
/external/chromium/chrome/browser/ui/views/download/
H A Ddownload_started_animation_win.cc50 virtual void AnimateToState(double state);
151 void DownloadStartedAnimationWin::AnimateToState(double state) { function in class:__anon2714::DownloadStartedAnimationWin
/external/chromium_org/chrome/browser/ui/gtk/download/
H A Ddownload_started_animation_gtk.cc44 virtual void AnimateToState(double state) OVERRIDE;
129 void DownloadStartedAnimationGtk::AnimateToState(double state) { function in class:__anon6355::DownloadStartedAnimationGtk
/external/chromium/chrome/browser/ui/views/location_bar/
H A Dcontent_setting_image_view.cc233 void ContentSettingImageView::AnimateToState(double state) { function in class:ContentSettingImageView
/external/chromium_org/ash/wm/gestures/
H A Dlong_press_affordance_handler.cc331 void LongPressAffordanceHandler::AnimateToState(double state) { function in class:ash::internal::LongPressAffordanceHandler
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action.cc141 void ExtensionAction::IconAnimation::AnimateToState(double state) { function in class:ExtensionAction::IconAnimation
/external/chromium/chrome/browser/ui/views/tabs/
H A Dbase_tab.cc119 virtual void AnimateToState(double state) { function in class:BaseTab::FaviconCrashAnimation
/external/chromium/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc151 void AnimateToState(double state);
315 void StatusBubbleViews::StatusView::AnimateToState(double state) { function in class:StatusBubbleViews::StatusView
486 void AnimateToState(double state);
503 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) { function in class:StatusBubbleViews::StatusViewExpander
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_install_dialog_view.cc237 void AnimateToState(double state);
748 void ExpandableContainerView::DetailsView::AnimateToState(double state) { function in class:ExpandableContainerView::DetailsView
865 details_view_->AnimateToState(animation->GetCurrentValue());
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc163 virtual void AnimateToState(double state) OVERRIDE;
329 void StatusBubbleViews::StatusView::AnimateToState(double state) { function in class:StatusBubbleViews::StatusView
490 virtual void AnimateToState(double state) OVERRIDE;
507 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) { function in class:StatusBubbleViews::StatusViewExpander
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc222 virtual void AnimateToState(double state) { function in class:TabRendererGtk::FaviconCrashAnimation

Completed in 872 milliseconds