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

  /external/chromium_org/chrome/browser/ui/panels/
panel_bounds_animation.h 30 virtual void AnimateToState(double state) OVERRIDE {}
  /external/chromium_org/ui/gfx/animation/
slide_animation.cc 52 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) {
linear_animation.h 15 // Linear time bounded animation. As the animation progresses AnimateToState is
48 virtual void AnimateToState(double state) {}
slide_animation.h 77 virtual void AnimateToState(double state) OVERRIDE;
animation_unittest.cc 32 virtual void AnimateToState(double state) OVERRIDE {
47 virtual void AnimateToState(double state) OVERRIDE {
62 virtual void AnimateToState(double state) OVERRIDE {
linear_animation.cc 81 AnimateToState(state_);
101 AnimateToState(1.0);
animation_container_unittest.cc 50 virtual void AnimateToState(double state) OVERRIDE {
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.h 57 virtual void AnimateToState(double state) OVERRIDE;
long_press_affordance_handler.cc 331 void LongPressAffordanceHandler::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 44 virtual void AnimateToState(double state) OVERRIDE;
129 void DownloadStartedAnimationGtk::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/download/
download_started_animation_views.cc 42 virtual void AnimateToState(double state) OVERRIDE;
109 void DownloadStartedAnimationViews::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 48 virtual void AnimateToState(double state);
164 void DownloadStartedAnimationGtk::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 50 virtual void AnimateToState(double state);
151 void DownloadStartedAnimationWin::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 57 virtual void AnimateToState(double state) OVERRIDE;
content_setting_image_view.cc 233 void ContentSettingImageView::AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 151 void AnimateToState(double state);
315 void StatusBubbleViews::StatusView::AnimateToState(double state) {
486 void AnimateToState(double state);
503 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/extensions/
extension_action.h 104 virtual void AnimateToState(double state) OVERRIDE;
extension_action.cc 141 void ExtensionAction::IconAnimation::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/
status_bubble_views.cc 163 virtual void AnimateToState(double state) OVERRIDE;
329 void StatusBubbleViews::StatusView::AnimateToState(double state) {
490 virtual void AnimateToState(double state) OVERRIDE;
507 void StatusBubbleViews::StatusViewExpander::AnimateToState(double state) {
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 237 void AnimateToState(double state);
748 void ExpandableContainerView::DetailsView::AnimateToState(double state) {
865 details_view_->AnimateToState(animation->GetCurrentValue());
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 119 virtual void AnimateToState(double state) {
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 222 virtual void AnimateToState(double state) {
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 274 virtual void AnimateToState(double state) OVERRIDE {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 309 virtual void AnimateToState(double state) OVERRIDE {
    [all...]

Completed in 1584 milliseconds