HomeSort by relevance Sort by last modified time
    Searched defs:animation_ (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/ui/views/controls/scrollbar/
overlay_scroll_bar.h 36 gfx::SlideAnimation animation_; member in class:views::OverlayScrollBar
  /external/chromium_org/cc/blink/
web_animation_impl.h 53 scoped_ptr<cc::Animation> animation_; member in class:cc_blink::WebCompositorAnimationImpl
  /external/chromium_org/ui/chromeos/network/
network_icon_animation.h 41 gfx::ThrobAnimation animation_; member in class:ui::network_icon::NetworkIconAnimation
  /external/chromium_org/ash/display/
shared_display_edge_indicator.h 50 scoped_ptr<gfx::ThrobAnimation> animation_; member in class:ash::SharedDisplayEdgeIndicator
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
media_indicator_view.h 23 scoped_ptr<gfx::Animation> animation_; member in namespace:NSImageView
  /external/chromium_org/ui/gfx/animation/
slide_animation_unittest.cc 17 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/ash/system/tray/
tray_item_view.h 72 scoped_ptr<gfx::SlideAnimation> animation_; member in class:ash::TrayItemView
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 65 base::scoped_nsobject<ContentSettingAnimationState> animation_; member in class:ContentSettingDecoration
  /external/chromium_org/chrome/browser/ui/views/
fullscreen_exit_bubble_views.h 59 // Updates |popup|'s bounds given |animation_| and |animated_attribute_|.
91 scoped_ptr<gfx::SlideAnimation> animation_; member in class:FullscreenExitBubbleViews
93 // Attribute animated by |animation_|.
dropdown_bar_host.h 155 return animation_.get();
176 scoped_ptr<gfx::SlideAnimation> animation_; member in class:DropdownBarHost
status_bubble_views.cc 176 scoped_ptr<StatusViewAnimation> animation_; member in class:StatusBubbleViews::StatusView
195 animation_(new StatusViewAnimation(this, 0, 0)),
201 animation_->Stop();
222 animation_->Stop();
230 animation_->Stop();
280 animation_.reset(new StatusViewAnimation(this, start, end));
283 animation_->SetDuration(duration);
284 animation_->Start();
298 double current_opacity = animation_->GetCurrentOpacity();
319 double current_opacity = animation_->GetCurrentOpacity()
    [all...]
  /external/chromium_org/ui/views/controls/
glow_hover_controller.h 76 gfx::SlideAnimation animation_; member in class:views::GlowHoverController
  /external/chromium_org/ash/shelf/
background_animator.h 59 gfx::SlideAnimation animation_; member in class:ash::BackgroundAnimator
shelf_button.cc 62 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_.is_animating()
100 gfx::ThrobAnimation animation_; member in class:__anon6559::ShelfButtonAnimation
    [all...]
  /external/chromium_org/ui/views/animation/
scroll_animator.h 40 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/
wrench_icon_painter.h 74 scoped_ptr<gfx::MultiAnimation> animation_; member in class:WrenchIconPainter
  /external/chromium_org/ui/message_center/cocoa/
tray_view_controller.h 83 base::scoped_nsobject<NSViewAnimation> animation_; member in namespace:NSViewController
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.h 264 scoped_ptr<UserSwichAnimatorChromeOS> animation_; member in class:chrome::MultiUserWindowManagerChromeOS
  /external/chromium_org/components/infobars/core/
infobar.h 93 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/
immersive_fullscreen_controller.h 285 scoped_ptr<gfx::SlideAnimation> animation_; member in class:ash::ImmersiveFullscreenController
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 94 base::scoped_nsobject<NSViewAnimation> animation_; variable
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 179 scoped_ptr<gfx::SlideAnimation> animation_; member in class:OmniboxResultView
  /external/chromium_org/chrome/browser/ui/views/autofill/
autofill_dialog_views.cc 389 animation_.reset(new LoadingAnimation(this, font_list.GetHeight()));
404 animation_->Start();
406 animation_->Reset();
422 dot->SetY(dot->y() + animation_->GetCurrentValueForDot(i));
433 DCHECK_EQ(animation, animation_.get());
441 scoped_ptr<LoadingAnimation> animation_; member in class:autofill::__anon9837::LoadingAnimationView
    [all...]

Completed in 654 milliseconds