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

  /external/chromium/chrome/browser/ui/views/location_bar/
suggested_text_view.h 49 scoped_ptr<ui::Animation> animation_; member in class:SuggestedTextView
  /external/chromium/chrome/browser/chromeos/panels/
panel_scroller.h 58 ui::SlideAnimation animation_; member in class:PanelScroller
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
content_setting_decoration.h 67 scoped_nsobject<ContentSettingAnimationState> animation_; member in class:ContentSettingDecoration
  /external/chromium/chrome/browser/chromeos/
setting_level_bubble.h 80 ui::SlideAnimation animation_; member in class:chromeos::SettingLevelBubble
  /external/chromium/chrome/browser/ui/gtk/infobars/
infobar_arrow_model.h 72 ui::SlideAnimation animation_; member in class:InfoBarArrowModel
  /external/chromium/chrome/browser/ui/touch/frame/
touch_browser_frame_view.h 82 scoped_ptr<ui::SlideAnimation> animation_; member in class:TouchBrowserFrameView
  /external/chromium/chrome/browser/ui/gtk/
slide_animator_gtk.h 99 scoped_ptr<ui::SlideAnimation> animation_; member in class:SlideAnimatorGtk
location_bar_view_gtk.h 202 ui::SlideAnimation animation_; member in class:LocationBarViewGtk::ContentSettingImageViewGtk
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 158 scoped_ptr<ui::SlideAnimation> animation_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/ui/gtk/notifications/
balloon_view_gtk.h 123 scoped_ptr<ui::SlideAnimation> animation_; member in class:BalloonViewImpl
  /external/chromium/chrome/browser/ui/views/bubble/
bubble.h 195 scoped_ptr<ui::SlideAnimation> animation_; member in class:Bubble
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host.h 152 return animation_.get();
167 scoped_ptr<ui::SlideAnimation> animation_; member in class:DropdownBarHost
  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 51 const ui::SlideAnimation* animation() const { return animation_.get(); }
75 ui::SlideAnimation* animation() { return animation_.get(); }
101 scoped_ptr<ui::SlideAnimation> animation_; member in class:InfoBar
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 87 scoped_nsobject<NSViewAnimation> animation_; variable
  /external/chromium/chrome/browser/ui/views/tabs/
dragged_tab_controller.cc 202 ALLOW_THIS_IN_INITIALIZER_LIST(animation_(this)),
215 animation_.Reset(1);
217 animation_.Show();
257 animation_.Hide();
279 static_cast<BYTE>(animation_.GetCurrentValue() * scale * 255.0));
298 ui::SlideAnimation animation_; member in class:DraggedTabController::DockDisplayer
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 126 animation_(this),
139 animation_.SetSlideDuration(GetDuration());
140 animation_.SetTweenType(ui::Tween::EASE_OUT);
141 if (!animation_.IsShowing()) {
142 animation_.Reset();
143 animation_.Show();
148 animation_.Stop();
237 ui::SlideAnimation animation_; member in class:TabStripGtk::TabAnimation
293 return start_width + (delta * animation_.GetCurrentValue());
303 return start_selected_width_ + (delta * animation_.GetCurrentValue())
    [all...]

Completed in 478 milliseconds