animation_ 90 ash/display/shared_display_edge_indicator.cc animation_.reset(new gfx::ThrobAnimation(this)); animation_ 91 ash/display/shared_display_edge_indicator.cc animation_->SetThrobDuration(kIndicatorAnimationDurationMs); animation_ 92 ash/display/shared_display_edge_indicator.cc animation_->StartThrobbing(-1 /* infinite */); animation_ 50 ash/display/shared_display_edge_indicator.h scoped_ptr<gfx::ThrobAnimation> animation_; animation_ 22 ash/shelf/background_animator.cc animation_(this), animation_ 25 ash/shelf/background_animator.cc animation_.SetSlideDuration(kBackgroundDurationMS); animation_ 32 ash/shelf/background_animator.cc animation_.SetSlideDuration(time_in_ms); animation_ 40 ash/shelf/background_animator.cc if (type == BACKGROUND_CHANGE_IMMEDIATE && !animation_.is_animating()) { animation_ 41 ash/shelf/background_animator.cc animation_.Reset(value ? 1.0f : 0.0f); animation_ 42 ash/shelf/background_animator.cc AnimationProgressed(&animation_); animation_ 46 ash/shelf/background_animator.cc animation_.Show(); animation_ 48 ash/shelf/background_animator.cc animation_.Hide(); animation_ 59 ash/shelf/background_animator.h gfx::SlideAnimation animation_; animation_ 72 ash/shelf/shelf_button.cc animation_.Stop(); animation_ 85 ash/shelf/shelf_button.cc : animation_(this) { animation_ 86 ash/shelf/shelf_button.cc animation_.SetThrobDuration(kAttentionThrobDurationMS); animation_ 87 ash/shelf/shelf_button.cc animation_.SetTweenType(gfx::Tween::SMOOTH_IN_OUT); animation_ 94 ash/shelf/shelf_button.cc if (!animation_.is_animating()) { animation_ 95 ash/shelf/shelf_button.cc animation_.Reset(); animation_ 96 ash/shelf/shelf_button.cc animation_.StartThrobbing(-1 /*throb indefinitely*/); animation_ 98 ash/shelf/shelf_button.cc return animation_; animation_ 103 ash/shelf/shelf_button.cc if (animation != &animation_) animation_ 105 ash/shelf/shelf_button.cc if (!animation_.is_animating()) animation_ 110 ash/shelf/shelf_button.cc gfx::ThrobAnimation animation_; animation_ 17 ash/system/chromeos/network/network_icon_animation.cc : animation_(this) { animation_ 19 ash/system/chromeos/network/network_icon_animation.cc animation_.SetThrobDuration(kThrobDurationMs); animation_ 20 ash/system/chromeos/network/network_icon_animation.cc animation_.SetTweenType(gfx::Tween::LINEAR); animation_ 28 ash/system/chromeos/network/network_icon_animation.cc if (animation != &animation_) animation_ 34 ash/system/chromeos/network/network_icon_animation.cc if (!animation_.is_animating()) { animation_ 35 ash/system/chromeos/network/network_icon_animation.cc animation_.Reset(); animation_ 36 ash/system/chromeos/network/network_icon_animation.cc animation_.StartThrobbing(-1 /*throb indefinitely*/); animation_ 39 ash/system/chromeos/network/network_icon_animation.cc return animation_.GetCurrentValue(); animation_ 50 ash/system/chromeos/network/network_icon_animation.cc animation_.Reset(); // Stops the animation and resets the current value. animation_ 41 ash/system/chromeos/network/network_icon_animation.h gfx::ThrobAnimation animation_; animation_ 61 ash/system/tray/tray_item_view.cc if (!animation_) { animation_ 62 ash/system/tray/tray_item_view.cc animation_.reset(new gfx::SlideAnimation(this)); animation_ 63 ash/system/tray/tray_item_view.cc animation_->SetSlideDuration(GetAnimationDurationMS()); animation_ 64 ash/system/tray/tray_item_view.cc animation_->SetTweenType(gfx::Tween::LINEAR); animation_ 65 ash/system/tray/tray_item_view.cc animation_->Reset(visible() ? 1.0 : 0.0); animation_ 69 ash/system/tray/tray_item_view.cc animation_->Hide(); animation_ 70 ash/system/tray/tray_item_view.cc AnimationProgressed(animation_.get()); animation_ 72 ash/system/tray/tray_item_view.cc animation_->Show(); animation_ 73 ash/system/tray/tray_item_view.cc AnimationProgressed(animation_.get()); animation_ 93 ash/system/tray/tray_item_view.cc if (!animation_.get() || !animation_->is_animating()) animation_ 98 ash/system/tray/tray_item_view.cc static_cast<int>(size.width() * animation_->GetCurrentValue()))); animation_ 101 ash/system/tray/tray_item_view.cc static_cast<int>(size.height() * animation_->GetCurrentValue()))); animation_ 72 ash/system/tray/tray_item_view.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 242 ash/wm/immersive_fullscreen_controller.cc animation_(new gfx::SlideAnimation(this)), animation_ 547 ash/wm/immersive_fullscreen_controller.cc animation_->Stop(); animation_ 802 ash/wm/immersive_fullscreen_controller.cc animation_->Reset(1); animation_ 805 ash/wm/immersive_fullscreen_controller.cc animation_->SetSlideDuration(GetAnimationDuration(animate)); animation_ 806 ash/wm/immersive_fullscreen_controller.cc animation_->Show(); animation_ 837 ash/wm/immersive_fullscreen_controller.cc animation_->SetSlideDuration(duration_ms); animation_ 838 ash/wm/immersive_fullscreen_controller.cc animation_->Hide(); animation_ 840 ash/wm/immersive_fullscreen_controller.cc animation_->Reset(0); animation_ 283 ash/wm/immersive_fullscreen_controller.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 19 chrome/browser/infobars/infobar.cc animation_(this), animation_ 26 chrome/browser/infobars/infobar.cc animation_.SetTweenType(gfx::Tween::LINEAR); animation_ 64 chrome/browser/infobars/infobar.cc animation_.Show(); animation_ 66 chrome/browser/infobars/infobar.cc animation_.Reset(1.0); animation_ 74 chrome/browser/infobars/infobar.cc animation_.Hide(); animation_ 76 chrome/browser/infobars/infobar.cc animation_.Reset(0.0); animation_ 89 chrome/browser/infobars/infobar.cc if ((arrow_target_height_ != height) && !animation_.IsClosing()) { animation_ 135 chrome/browser/infobars/infobar.cc double scale_factor = sqrt(animation_.GetCurrentValue()); animation_ 137 chrome/browser/infobars/infobar.cc if (animation_.is_animating()) { animation_ 156 chrome/browser/infobars/infobar.cc bar_height_ = animation_.CurrentValueBetween(0, bar_target_height_); animation_ 166 chrome/browser/infobars/infobar.cc container_->OnInfoBarStateChanged(animation_.is_animating()); animation_ 170 chrome/browser/infobars/infobar.cc if (!owner_ && (animation_.GetCurrentValue() == 0.0)) { animation_ 93 chrome/browser/infobars/infobar.h const gfx::SlideAnimation& animation() const { return animation_; } animation_ 105 chrome/browser/infobars/infobar.h gfx::SlideAnimation* animation() { return &animation_; } animation_ 135 chrome/browser/infobars/infobar.h gfx::SlideAnimation animation_; animation_ 94 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.h base::scoped_nsobject<NSViewAnimation> animation_; animation_ 41 chrome/browser/ui/cocoa/fullscreen_mode_controller.h base::scoped_nsobject<NSAnimation> animation_; animation_ 65 chrome/browser/ui/cocoa/location_bar/content_setting_decoration.h base::scoped_nsobject<ContentSettingAnimationState> animation_; animation_ 23 chrome/browser/ui/cocoa/tabs/media_indicator_view.h scoped_ptr<gfx::Animation> animation_; animation_ 205 chrome/browser/ui/gtk/location_bar_view_gtk.cc animation_.SetSlideDuration(kContentSettingImageAnimationTime); animation_ 257 chrome/browser/ui/gtk/location_bar_view_gtk.cc if (animation_.IsShowing()) { animation_ 1591 chrome/browser/ui/gtk/location_bar_view_gtk.cc animation_(this), animation_ 1614 chrome/browser/ui/gtk/location_bar_view_gtk.cc animation_.SetSlideDuration(kPageToolAnimationTime); animation_ 1645 chrome/browser/ui/gtk/location_bar_view_gtk.cc if (animation_.IsShowing() || animation_.IsClosing()) animation_ 1659 chrome/browser/ui/gtk/location_bar_view_gtk.cc animation_.Show(); animation_ 1663 chrome/browser/ui/gtk/location_bar_view_gtk.cc animation_.Hide(); animation_ 1676 chrome/browser/ui/gtk/location_bar_view_gtk.cc if (!(animation_.IsShowing() || animation_.IsClosing())) animation_ 203 chrome/browser/ui/gtk/location_bar_view_gtk.h gfx::SlideAnimation animation_; animation_ 176 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc animation_.reset(new gfx::SlideAnimation(this)); animation_ 177 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc animation_->Show(); animation_ 181 chrome/browser/ui/gtk/notifications/balloon_view_gtk.cc DCHECK_EQ(animation, animation_.get()); animation_ 119 chrome/browser/ui/gtk/notifications/balloon_view_gtk.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 58 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_.reset(new gfx::SlideAnimation(this)); animation_ 61 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->SetTweenType(gfx::Tween::LINEAR); animation_ 63 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->SetSlideDuration(duration); animation_ 75 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->Show(); animation_ 80 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->Reset(1.0); animation_ 81 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->Show(); animation_ 82 chrome/browser/ui/gtk/slide_animator_gtk.cc AnimationProgressed(animation_.get()); animation_ 89 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->Hide(); animation_ 93 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->End(); animation_ 97 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->Reset(0.0); animation_ 98 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->Hide(); animation_ 99 chrome/browser/ui/gtk/slide_animator_gtk.cc AnimationProgressed(animation_.get()); animation_ 104 chrome/browser/ui/gtk/slide_animator_gtk.cc return animation_->IsShowing(); animation_ 108 chrome/browser/ui/gtk/slide_animator_gtk.cc return animation_->IsClosing(); animation_ 112 chrome/browser/ui/gtk/slide_animator_gtk.cc return animation_->is_animating(); animation_ 120 chrome/browser/ui/gtk/slide_animator_gtk.cc animation_->GetCurrentValue()); animation_ 132 chrome/browser/ui/gtk/slide_animator_gtk.cc if (!animation_->IsShowing()) { animation_ 99 chrome/browser/ui/gtk/slide_animator_gtk.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 148 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_(this), animation_ 161 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.SetSlideDuration(GetDuration()); animation_ 162 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.SetTweenType(gfx::Tween::EASE_OUT); animation_ 163 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc if (!animation_.IsShowing()) { animation_ 164 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.Reset(); animation_ 165 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.Show(); animation_ 170 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.Stop(); animation_ 259 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc gfx::SlideAnimation animation_; animation_ 315 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return start_width + (delta * animation_.GetCurrentValue()); animation_ 325 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return start_selected_width_ + (delta * animation_.GetCurrentValue()); animation_ 329 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return start_unselected_width_ + (delta * animation_.GetCurrentValue()); animation_ 380 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(TabGtk::GetMiniWidth(), animation_ 391 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_width, target_width); animation_ 406 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return start_selected_width_ + (delta * animation_.GetCurrentValue()); animation_ 410 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return start_unselected_width_ + (delta * animation_.GetCurrentValue()); animation_ 447 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc double delta = distance * animation_.GetCurrentValue(); animation_ 455 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc delta = distance * animation_.GetCurrentValue(); animation_ 515 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_selected_width_, animation_ 519 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_unselected_width_, animation_ 574 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween( animation_ 578 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween( animation_ 587 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_selected_width_, animation_ 591 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_unselected_width_, animation_ 636 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int x = animation_.CurrentValueBetween(start_bounds_.x(), animation_ 638 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc int width = animation_.CurrentValueBetween(start_bounds_.width(), animation_ 655 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc animation_.CurrentValueBetween(0, target_bounds_.width()); animation_ 659 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_bounds_.width(), 0); animation_ 664 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween( animation_ 681 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(0, target_bounds_.width()); animation_ 687 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_selected_width_, animation_ 691 chrome/browser/ui/gtk/tabs/tab_strip_gtk.cc return animation_.CurrentValueBetween(start_unselected_width_, animation_ 24 chrome/browser/ui/gtk/throbber_gtk.cc animation_(this), animation_ 35 chrome/browser/ui/gtk/throbber_gtk.cc animation_.Show(); animation_ 39 chrome/browser/ui/gtk/throbber_gtk.cc animation_.Reset(); animation_ 43 chrome/browser/ui/gtk/throbber_gtk.cc animation_.Reset(); animation_ 44 chrome/browser/ui/gtk/throbber_gtk.cc animation_.Show(); animation_ 68 chrome/browser/ui/gtk/throbber_gtk.cc static_cast<int>(animation_.GetCurrentValue() * (num_frames_ - 1)); animation_ 81 chrome/browser/ui/gtk/throbber_gtk.cc animation_.SetSlideDuration(kThrobberDurationMs); animation_ 82 chrome/browser/ui/gtk/throbber_gtk.cc animation_.SetTweenType(gfx::Tween::LINEAR); animation_ 63 chrome/browser/ui/gtk/throbber_gtk.h gfx::SlideAnimation animation_; animation_ 87 chrome/browser/ui/toolbar/wrench_icon_painter.cc animation_.reset(); animation_ 99 chrome/browser/ui/toolbar/wrench_icon_painter.cc animation_.reset( animation_ 101 chrome/browser/ui/toolbar/wrench_icon_painter.cc animation_->set_delegate(this); animation_ 102 chrome/browser/ui/toolbar/wrench_icon_painter.cc animation_->set_continuous(false); animation_ 103 chrome/browser/ui/toolbar/wrench_icon_painter.cc animation_->Start(); animation_ 144 chrome/browser/ui/toolbar/wrench_icon_painter.cc if (animation_ && animation_->is_animating()) { animation_ 145 chrome/browser/ui/toolbar/wrench_icon_painter.cc if (animation_->current_part_index() % 2 == 1) { animation_ 147 chrome/browser/ui/toolbar/wrench_icon_painter.cc int alpha = animation_->CurrentValueBetween(0xFF, 0); animation_ 154 chrome/browser/ui/toolbar/wrench_icon_painter.cc GetStaggeredValue(animation_->GetCurrentValue(), i); animation_ 87 chrome/browser/ui/toolbar/wrench_icon_painter.h scoped_ptr<gfx::MultiAnimation> animation_; animation_ 392 chrome/browser/ui/views/autofill/autofill_dialog_views.cc animation_.reset(new LoadingAnimation(this, font_list.GetHeight())); animation_ 409 chrome/browser/ui/views/autofill/autofill_dialog_views.cc animation_->Start(); animation_ 411 chrome/browser/ui/views/autofill/autofill_dialog_views.cc animation_->Reset(); animation_ 427 chrome/browser/ui/views/autofill/autofill_dialog_views.cc dot->SetY(dot->y() + animation_->GetCurrentValueForDot(i)); animation_ 438 chrome/browser/ui/views/autofill/autofill_dialog_views.cc DCHECK_EQ(animation, animation_.get()); animation_ 446 chrome/browser/ui/views/autofill/autofill_dialog_views.cc scoped_ptr<LoadingAnimation> animation_; animation_ 89 chrome/browser/ui/views/dropdown_bar_host.cc animation_.reset(new gfx::SlideAnimation(this)); animation_ 105 chrome/browser/ui/views/dropdown_bar_host.cc animation_->Reset(1); animation_ 106 chrome/browser/ui/views/dropdown_bar_host.cc AnimationProgressed(animation_.get()); animation_ 109 chrome/browser/ui/views/dropdown_bar_host.cc animation_->Reset(); animation_ 110 chrome/browser/ui/views/dropdown_bar_host.cc animation_->Show(); animation_ 122 chrome/browser/ui/views/dropdown_bar_host.cc return animation_->is_animating(); animation_ 129 chrome/browser/ui/views/dropdown_bar_host.cc !animation_->IsClosing()) { animation_ 130 chrome/browser/ui/views/dropdown_bar_host.cc animation_->Hide(); animation_ 132 chrome/browser/ui/views/dropdown_bar_host.cc if (animation_->IsClosing()) { animation_ 142 chrome/browser/ui/views/dropdown_bar_host.cc animation_->Reset(); animation_ 143 chrome/browser/ui/views/dropdown_bar_host.cc AnimationEnded(animation_.get()); animation_ 149 chrome/browser/ui/views/dropdown_bar_host.cc animation_->End(); animation_ 191 chrome/browser/ui/views/dropdown_bar_host.cc animation_offset_ = static_cast<int>((1.0 - animation_->GetCurrentValue()) * animation_ 209 chrome/browser/ui/views/dropdown_bar_host.cc if (!animation_->IsShowing()) { animation_ 164 chrome/browser/ui/views/dropdown_bar_host.h return animation_.get(); animation_ 185 chrome/browser/ui/views/dropdown_bar_host.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 265 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_(new gfx::SlideAnimation(this)), animation_ 267 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_->Reset(1); animation_ 379 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_->End(); animation_ 410 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc int opacity = animation_->CurrentValueBetween(0, 255); animation_ 462 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc int popup_bottom = animation_->CurrentValueBetween(total_height, 0); animation_ 486 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_->SetSlideDuration(kSlideOutDurationMs); animation_ 487 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_->Hide(); animation_ 491 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_->SetSlideDuration(kSlideInDurationMs); animation_ 492 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc animation_->Show(); animation_ 496 chrome/browser/ui/views/fullscreen_exit_bubble_views.cc return animation_->is_animating(); animation_ 91 chrome/browser/ui/views/fullscreen_exit_bubble_views.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 111 chrome/browser/ui/views/notifications/balloon_view_views.cc animation_->Stop(); animation_ 217 chrome/browser/ui/views/notifications/balloon_view_views.cc animation_.reset(new gfx::SlideAnimation(this)); animation_ 218 chrome/browser/ui/views/notifications/balloon_view_views.cc animation_->Show(); animation_ 237 chrome/browser/ui/views/notifications/balloon_view_views.cc DCHECK_EQ(animation_.get(), animation); animation_ 240 chrome/browser/ui/views/notifications/balloon_view_views.cc gfx::Rect frame_position(animation_->CurrentValueBetween( animation_ 144 chrome/browser/ui/views/notifications/balloon_view_views.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 183 chrome/browser/ui/views/omnibox/omnibox_result_view.cc animation_->Reset(); animation_ 199 chrome/browser/ui/views/omnibox/omnibox_result_view.cc animation_->Show(); animation_ 201 chrome/browser/ui/views/omnibox/omnibox_result_view.cc animation_->Hide(); animation_ 507 chrome/browser/ui/views/omnibox/omnibox_result_view.cc animation_->CurrentValueBetween(max_kw_x, edge_item_padding_); animation_ 522 chrome/browser/ui/views/omnibox/omnibox_result_view.cc animation_->SetSlideDuration(width() / 4); animation_ 179 chrome/browser/ui/views/omnibox/omnibox_result_view.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 184 chrome/browser/ui/views/status_bubble_views.cc scoped_ptr<StatusViewAnimation> animation_; animation_ 207 chrome/browser/ui/views/status_bubble_views.cc animation_(new StatusViewAnimation(this, 0, 0)), animation_ 214 chrome/browser/ui/views/status_bubble_views.cc animation_->Stop(); animation_ 235 chrome/browser/ui/views/status_bubble_views.cc animation_->Stop(); animation_ 243 chrome/browser/ui/views/status_bubble_views.cc animation_->Stop(); animation_ 293 chrome/browser/ui/views/status_bubble_views.cc animation_.reset(new StatusViewAnimation(this, start, end)); animation_ 296 chrome/browser/ui/views/status_bubble_views.cc animation_->SetDuration(duration); animation_ 297 chrome/browser/ui/views/status_bubble_views.cc animation_->Start(); animation_ 311 chrome/browser/ui/views/status_bubble_views.cc double current_opacity = animation_->GetCurrentOpacity(); animation_ 332 chrome/browser/ui/views/status_bubble_views.cc double current_opacity = animation_->GetCurrentOpacity(); animation_ 17 ui/gfx/animation/slide_animation_unittest.cc explicit TestApi(SlideAnimation* animation) : animation_(animation) {} animation_ 20 ui/gfx/animation/slide_animation_unittest.cc animation_->SetStartTime(ticks); animation_ 24 ui/gfx/animation/slide_animation_unittest.cc animation_->Step(ticks); animation_ 28 ui/gfx/animation/slide_animation_unittest.cc SlideAnimation* animation_; animation_ 83 ui/message_center/cocoa/tray_view_controller.h base::scoped_nsobject<NSViewAnimation> animation_; animation_ 54 ui/views/animation/scroll_animator.cc animation_.reset(new gfx::SlideAnimation(this)); animation_ 55 ui/views/animation/scroll_animator.cc animation_->SetSlideDuration(static_cast<int>(duration_ * 1000)); animation_ 56 ui/views/animation/scroll_animator.cc animation_->Show(); animation_ 61 ui/views/animation/scroll_animator.cc animation_.reset(); animation_ 40 ui/views/animation/scroll_animator.h bool is_scrolling() const { return !!animation_.get(); } animation_ 56 ui/views/animation/scroll_animator.h scoped_ptr<gfx::SlideAnimation> animation_; animation_ 24 ui/views/controls/glow_hover_controller.cc animation_(this), animation_ 26 ui/views/controls/glow_hover_controller.cc animation_.set_delegate(this); animation_ 34 ui/views/controls/glow_hover_controller.cc animation_.SetContainer(container); animation_ 47 ui/views/controls/glow_hover_controller.cc animation_.SetSlideDuration(kTrackHoverDurationMs); animation_ 48 ui/views/controls/glow_hover_controller.cc animation_.SetTweenType(gfx::Tween::EASE_OUT); animation_ 49 ui/views/controls/glow_hover_controller.cc animation_.Show(); animation_ 54 ui/views/controls/glow_hover_controller.cc animation_.Show(); animation_ 55 ui/views/controls/glow_hover_controller.cc animation_.End(); animation_ 61 ui/views/controls/glow_hover_controller.cc animation_.SetTweenType(gfx::Tween::EASE_IN); animation_ 62 ui/views/controls/glow_hover_controller.cc animation_.Hide(); animation_ 68 ui/views/controls/glow_hover_controller.cc animation_.Reset(); animation_ 72 ui/views/controls/glow_hover_controller.cc return animation_.GetCurrentValue(); animation_ 76 ui/views/controls/glow_hover_controller.cc return animation_.IsShowing() || animation_.is_animating(); animation_ 96 ui/views/controls/glow_hover_controller.cc static_cast<int>(255 * opacity_scale_ * animation_.GetCurrentValue()); animation_ 76 ui/views/controls/glow_hover_controller.h gfx::SlideAnimation animation_; animation_ 118 ui/views/controls/scrollbar/overlay_scroll_bar.cc animation_.Show(); animation_ 122 ui/views/controls/scrollbar/overlay_scroll_bar.cc animation_.Hide(); animation_ 128 ui/views/controls/scrollbar/overlay_scroll_bar.cc animation_.Show(); animation_ 133 ui/views/controls/scrollbar/overlay_scroll_bar.cc animation_.Hide(); animation_ 36 ui/views/controls/scrollbar/overlay_scroll_bar.h gfx::SlideAnimation animation_; animation_ 64 webkit/renderer/compositor_bindings/web_animation_impl.cc animation_ = Animation::Create( animation_ 73 webkit/renderer/compositor_bindings/web_animation_impl.cc int WebAnimationImpl::id() { return animation_->id(); } animation_ 77 webkit/renderer/compositor_bindings/web_animation_impl.cc animation_->target_property()); animation_ 80 webkit/renderer/compositor_bindings/web_animation_impl.cc int WebAnimationImpl::iterations() const { return animation_->iterations(); } animation_ 82 webkit/renderer/compositor_bindings/web_animation_impl.cc void WebAnimationImpl::setIterations(int n) { animation_->set_iterations(n); } animation_ 84 webkit/renderer/compositor_bindings/web_animation_impl.cc double WebAnimationImpl::startTime() const { return animation_->start_time(); } animation_ 87 webkit/renderer/compositor_bindings/web_animation_impl.cc animation_->set_start_time(monotonic_time); animation_ 91 webkit/renderer/compositor_bindings/web_animation_impl.cc return animation_->time_offset(); animation_ 95 webkit/renderer/compositor_bindings/web_animation_impl.cc animation_->set_time_offset(monotonic_time); animation_ 99 webkit/renderer/compositor_bindings/web_animation_impl.cc return animation_->alternates_direction(); animation_ 103 webkit/renderer/compositor_bindings/web_animation_impl.cc animation_->set_alternates_direction(alternates); animation_ 107 webkit/renderer/compositor_bindings/web_animation_impl.cc animation_->set_needs_synchronized_start_time(true); animation_ 108 webkit/renderer/compositor_bindings/web_animation_impl.cc return animation_.Pass(); animation_ 42 webkit/renderer/compositor_bindings/web_animation_impl.h scoped_ptr<cc::Animation> animation_;