Searched defs:animation_ (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/ui/views/controls/scrollbar/
H A Doverlay_scroll_bar.h36 gfx::SlideAnimation animation_; member in class:views::OverlayScrollBar
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_icon_animation.h41 gfx::ThrobAnimation animation_; member in class:ash::network_icon::NetworkIconAnimation
/external/chromium_org/content/renderer/compositor_bindings/
H A Dweb_animation_impl.h51 scoped_ptr<cc::Animation> animation_; member in class:content::WebAnimationImpl
/external/chromium_org/ash/display/
H A Dshared_display_edge_indicator.h50 scoped_ptr<gfx::ThrobAnimation> animation_; member in class:ash::SharedDisplayEdgeIndicator
/external/chromium_org/chrome/browser/ui/cocoa/tabs/
H A Dmedia_indicator_view.h23 scoped_ptr<gfx::Animation> animation_; member in namespace:NSImageView
/external/chromium_org/ash/system/tray/
H A Dtray_item_view.h72 scoped_ptr<gfx::SlideAnimation> animation_; member in class:ash::TrayItemView
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dfullscreen_mode_controller.h41 base::scoped_nsobject<NSAnimation> animation_; variable
43 // The current and destination states of |animation_|. When no animation is
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dcontent_setting_decoration.h65 base::scoped_nsobject<ContentSettingAnimationState> animation_; member in class:ContentSettingDecoration
/external/chromium_org/chrome/browser/ui/views/
H A Dfullscreen_exit_bubble_views.h59 // Updates |popup|'s bounds given |animation_| and |animated_attribute_|.
91 scoped_ptr<gfx::SlideAnimation> animation_; member in class:FullscreenExitBubbleViews
93 // Attribute animated by |animation_|.
H A Ddropdown_bar_host.h164 return animation_.get();
185 scoped_ptr<gfx::SlideAnimation> animation_; member in class:DropdownBarHost
H A Dstatus_bubble_views.cc177 scoped_ptr<StatusViewAnimation> animation_; member in class:StatusBubbleViews::StatusView
196 animation_(new StatusViewAnimation(this, 0, 0)),
202 animation_->Stop();
223 animation_->Stop();
231 animation_->Stop();
281 animation_.reset(new StatusViewAnimation(this, start, end));
284 animation_->SetDuration(duration);
285 animation_->Start();
299 double current_opacity = animation_->GetCurrentOpacity();
320 double current_opacity = animation_
[all...]
/external/chromium_org/ui/gfx/animation/
H A Dslide_animation_unittest.cc17 explicit TestApi(SlideAnimation* animation) : animation_(animation) {}
20 animation_->SetStartTime(ticks);
24 animation_->Step(ticks);
28 SlideAnimation* animation_; member in class:gfx::SlideAnimation::TestApi
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.h76 gfx::SlideAnimation animation_; member in class:views::GlowHoverController
/external/chromium_org/ash/shelf/
H A Dbackground_animator.h59 gfx::SlideAnimation animation_; member in class:ash::BackgroundAnimator
H A Dshelf_button.cc62 animation_.Stop();
75 : animation_(this) {
76 animation_.SetThrobDuration(kAttentionThrobDurationMS);
77 animation_.SetTweenType(gfx::Tween::SMOOTH_IN_OUT);
84 if (!animation_.is_animating()) {
85 animation_.Reset();
86 animation_.StartThrobbing(-1 /*throb indefinitely*/);
88 return animation_;
93 if (animation != &animation_)
95 if (!animation_
100 gfx::ThrobAnimation animation_; member in class:__anon1950::ShelfButtonAnimation
[all...]
/external/chromium_org/ui/views/animation/
H A Dscroll_animator.h40 bool is_scrolling() const { return !!animation_.get(); }
56 scoped_ptr<gfx::SlideAnimation> animation_; member in class:views::ScrollAnimator
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_icon_painter.h87 scoped_ptr<gfx::MultiAnimation> animation_; member in class:WrenchIconPainter
/external/chromium_org/ui/message_center/cocoa/
H A Dtray_view_controller.h83 base::scoped_nsobject<NSViewAnimation> animation_; member in namespace:NSViewController
/external/chromium_org/components/infobars/core/
H A Dinfobar.h93 const gfx::SlideAnimation& animation() const { return animation_; }
105 gfx::SlideAnimation* animation() { return &animation_; }
135 gfx::SlideAnimation animation_; member in class:infobars::InfoBar
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller.h285 scoped_ptr<gfx::SlideAnimation> animation_; member in class:ash::ImmersiveFullscreenController
/external/chromium_org/chrome/browser/ui/ash/multi_user/
H A Dmulti_user_window_manager_chromeos.h264 scoped_ptr<UserSwichAnimatorChromeOS> animation_; member in class:chrome::MultiUserWindowManagerChromeOS
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/
H A Dcollected_cookies_mac.h94 base::scoped_nsobject<NSViewAnimation> animation_; variable
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_result_view.h179 scoped_ptr<gfx::SlideAnimation> animation_; member in class:OmniboxResultView
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dautofill_dialog_views.cc390 animation_.reset(new LoadingAnimation(this, font_list.GetHeight()));
405 animation_->Start();
407 animation_->Reset();
423 dot->SetY(dot->y() + animation_->GetCurrentValueForDot(i));
434 DCHECK_EQ(animation, animation_.get());
442 scoped_ptr<LoadingAnimation> animation_; member in class:autofill::__anon5142::LoadingAnimationView

Completed in 898 milliseconds