animate           157 ash/frame/caption_buttons/alternate_frame_size_button.cc     AlternateFrameSizeButtonDelegate::Animate animate) {
animate           165 ash/frame/caption_buttons/alternate_frame_size_button.cc                               animate);
animate           169 ash/frame/caption_buttons/alternate_frame_size_button.cc                               animate);
animate           276 ash/frame/caption_buttons/alternate_frame_size_button.cc     AlternateFrameSizeButtonDelegate::Animate animate) {
animate           280 ash/frame/caption_buttons/alternate_frame_size_button.cc   delegate_->SetButtonsToNormal(animate);
animate            61 ash/frame/caption_buttons/alternate_frame_size_button.h       AlternateFrameSizeButtonDelegate::Animate animate);
animate            80 ash/frame/caption_buttons/alternate_frame_size_button.h       AlternateFrameSizeButtonDelegate::Animate animate);
animate            34 ash/frame/caption_buttons/alternate_frame_size_button_delegate.h   virtual void SetButtonsToNormal(Animate animate) = 0;
animate            40 ash/frame/caption_buttons/alternate_frame_size_button_delegate.h                               Animate animate) = 0;
animate            49 ash/frame/caption_buttons/frame_caption_button.cc                                    Animate animate,
animate            57 ash/frame/caption_buttons/frame_caption_button.cc       (animate == ANIMATE_YES || !swap_images_animation_->is_animating()) &&
animate            65 ash/frame/caption_buttons/frame_caption_button.cc   if (animate == ANIMATE_YES)
animate            82 ash/frame/caption_buttons/frame_caption_button.cc   if (animate == ANIMATE_YES) {
animate            39 ash/frame/caption_buttons/frame_caption_button.h                  Animate animate,
animate           179 ash/frame/caption_buttons/frame_caption_button_container_view.cc                                                     Animate animate) {
animate           184 ash/frame/caption_buttons/frame_caption_button_container_view.cc       (animate == ANIMATE_YES || !button->IsAnimatingImageSwap())) {
animate           188 ash/frame/caption_buttons/frame_caption_button_container_view.cc   FrameCaptionButton::Animate fcb_animate = (animate == ANIMATE_YES) ?
animate           244 ash/frame/caption_buttons/frame_caption_button_container_view.cc void FrameCaptionButtonContainerView::SetButtonsToNormal(Animate animate) {
animate           246 ash/frame/caption_buttons/frame_caption_button_container_view.cc       animate);
animate           255 ash/frame/caption_buttons/frame_caption_button_container_view.cc     Animate animate) {
animate           256 ash/frame/caption_buttons/frame_caption_button_container_view.cc   SetButtonIcon(minimize_button_, minimize_button_icon, animate);
animate           257 ash/frame/caption_buttons/frame_caption_button_container_view.cc   SetButtonIcon(close_button_, close_button_icon, animate);
animate           127 ash/frame/caption_buttons/frame_caption_button_container_view.h                      Animate animate);
animate           135 ash/frame/caption_buttons/frame_caption_button_container_view.h   virtual void SetButtonsToNormal(Animate animate) OVERRIDE;
animate           138 ash/frame/caption_buttons/frame_caption_button_container_view.h                               Animate animate) OVERRIDE;
animate            72 ash/magnifier/magnification_controller.cc   virtual void SetScale(float scale, bool animate) OVERRIDE;
animate            74 ash/magnifier/magnification_controller.cc   virtual void MoveWindow(int x, int y, bool animate) OVERRIDE;
animate            75 ash/magnifier/magnification_controller.cc   virtual void MoveWindow(const gfx::Point& point, bool animate) OVERRIDE;
animate           100 ash/magnifier/magnification_controller.cc   bool Redraw(const gfx::PointF& position, float scale, bool animate);
animate           101 ash/magnifier/magnification_controller.cc   bool RedrawDIP(const gfx::PointF& position, float scale, bool animate);
animate           113 ash/magnifier/magnification_controller.cc   void RedrawKeepingMousePosition(float scale, bool animate);
animate           195 ash/magnifier/magnification_controller.cc     float scale, bool animate) {
animate           207 ash/magnifier/magnification_controller.cc   bool changed = RedrawDIP(origin, scale, animate);
animate           214 ash/magnifier/magnification_controller.cc                                          bool animate) {
animate           217 ash/magnifier/magnification_controller.cc   return RedrawDIP(position_in_dip, scale, animate);
animate           222 ash/magnifier/magnification_controller.cc                                             bool animate) {
animate           269 ash/magnifier/magnification_controller.cc       base::TimeDelta::FromMilliseconds(animate ? 100 : 0));
animate           277 ash/magnifier/magnification_controller.cc   if (animate)
animate           357 ash/magnifier/magnification_controller.cc     bool animate = false;
animate           358 ash/magnifier/magnification_controller.cc     bool ret = RedrawDIP(gfx::Point(x, y), scale_, animate);
animate           483 ash/magnifier/magnification_controller.cc void MagnificationControllerImpl::SetScale(float scale, bool animate) {
animate           490 ash/magnifier/magnification_controller.cc   RedrawKeepingMousePosition(scale, animate);
animate           493 ash/magnifier/magnification_controller.cc void MagnificationControllerImpl::MoveWindow(int x, int y, bool animate) {
animate           497 ash/magnifier/magnification_controller.cc   Redraw(gfx::Point(x, y), scale_, animate);
animate           501 ash/magnifier/magnification_controller.cc                                              bool animate) {
animate           505 ash/magnifier/magnification_controller.cc   Redraw(point, scale_, animate);
animate            44 ash/magnifier/magnification_controller.h   virtual void SetScale(float scale, bool animate) = 0;
animate            49 ash/magnifier/magnification_controller.h   virtual void MoveWindow(int x, int y, bool animate) = 0;
animate            50 ash/magnifier/magnification_controller.h   virtual void MoveWindow(const gfx::Point& point, bool animate) = 0;
animate           694 ash/shelf/shelf_layout_manager.cc     bool animate,
animate           702 ash/shelf/shelf_layout_manager.cc   if (animate) {
animate           277 ash/shelf/shelf_layout_manager.h                               bool animate,
animate           502 ash/wm/immersive_fullscreen_controller.cc   Animate animate = (animate_reveal == ANIMATE_REVEAL_YES) ?
animate           504 ash/wm/immersive_fullscreen_controller.cc   MaybeStartReveal(animate);
animate           763 ash/wm/immersive_fullscreen_controller.cc int ImmersiveFullscreenController::GetAnimationDuration(Animate animate) const {
animate           764 ash/wm/immersive_fullscreen_controller.cc   switch (animate) {
animate           776 ash/wm/immersive_fullscreen_controller.cc void ImmersiveFullscreenController::MaybeStartReveal(Animate animate) {
animate           781 ash/wm/immersive_fullscreen_controller.cc     animate = ANIMATE_NO;
animate           786 ash/wm/immersive_fullscreen_controller.cc       (reveal_state_ == SLIDING_OPEN && animate != ANIMATE_NO)) {
animate           801 ash/wm/immersive_fullscreen_controller.cc   if (animate == ANIMATE_NO) {
animate           805 ash/wm/immersive_fullscreen_controller.cc     animation_->SetSlideDuration(GetAnimationDuration(animate));
animate           820 ash/wm/immersive_fullscreen_controller.cc void ImmersiveFullscreenController::MaybeEndReveal(Animate animate) {
animate           825 ash/wm/immersive_fullscreen_controller.cc     animate = ANIMATE_NO;
animate           830 ash/wm/immersive_fullscreen_controller.cc       (reveal_state_ == SLIDING_CLOSED && animate != ANIMATE_NO)) {
animate           835 ash/wm/immersive_fullscreen_controller.cc   int duration_ms = GetAnimationDuration(animate);
animate           203 ash/wm/immersive_fullscreen_controller.h   int GetAnimationDuration(Animate animate) const;
animate           208 ash/wm/immersive_fullscreen_controller.h   void MaybeStartReveal(Animate animate);
animate           216 ash/wm/immersive_fullscreen_controller.h   void MaybeEndReveal(Animate animate);
animate            46 ash/wm/maximize_mode/maximize_mode_window_state.h   void MaximizeOrCenterWindow(wm::WindowState* window_state, bool animate);
animate            43 ash/wm/overview/scoped_transform_overview_window.cc                           bool animate) {
animate            44 ash/wm/overview/scoped_transform_overview_window.cc   if (animate) {
animate            64 ash/wm/overview/scoped_transform_overview_window.cc     bool animate) {
animate            65 ash/wm/overview/scoped_transform_overview_window.cc   SetTransformOnWindow(window, transform, animate);
animate            77 ash/wm/overview/scoped_transform_overview_window.cc     SetTransformOnWindow(transient_child, transient_window_transform, animate);
animate           195 ash/wm/overview/scoped_transform_overview_window.cc     bool animate) {
animate           225 ash/wm/overview/scoped_transform_overview_window.cc   SetTransformOnWindowAndTransientChildren(transform, animate);
animate           239 ash/wm/overview/scoped_transform_overview_window.cc     bool animate) {
animate           252 ash/wm/overview/scoped_transform_overview_window.cc         animate);
animate           259 ash/wm/overview/scoped_transform_overview_window.cc       animate);
animate            78 ash/wm/overview/scoped_transform_overview_window.h                     bool animate);
animate            92 ash/wm/overview/scoped_transform_overview_window.h                                                 bool animate);
animate            72 ash/wm/overview/window_selector_item.h                              bool animate) = 0;
animate           156 ash/wm/overview/window_selector_panels.cc                                          bool animate) {
animate           176 ash/wm/overview/window_selector_panels.cc     (*iter)->SetTransform(root_window, transform, animate);
animate            40 ash/wm/overview/window_selector_panels.h                              bool animate) OVERRIDE;
animate           103 ash/wm/overview/window_selector_window.cc                                          bool animate) {
animate           109 ash/wm/overview/window_selector_window.cc       animate);
animate            44 ash/wm/overview/window_selector_window.h                              bool animate) OVERRIDE;
animate            62 cc/input/top_controls_manager.cc                                                 bool animate) {
animate            85 cc/input/top_controls_manager.cc   if (animate) {
animate            53 cc/input/top_controls_manager.h                               bool animate);
animate          1122 cc/trees/layer_tree_host.cc                                            bool animate) {
animate          1133 cc/trees/layer_tree_host.cc                  animate));
animate           259 cc/trees/layer_tree_host.h                               bool animate);
animate            61 chrome/browser/infobars/infobar.cc void InfoBar::Show(bool animate) {
animate            62 chrome/browser/infobars/infobar.cc   PlatformSpecificShow(animate);
animate            63 chrome/browser/infobars/infobar.cc   if (animate) {
animate            71 chrome/browser/infobars/infobar.cc void InfoBar::Hide(bool animate) {
animate            72 chrome/browser/infobars/infobar.cc   PlatformSpecificHide(animate);
animate            73 chrome/browser/infobars/infobar.cc   if (animate) {
animate            70 chrome/browser/infobars/infobar.h   void Show(bool animate);
animate            76 chrome/browser/infobars/infobar.h   void Hide(bool animate);
animate           112 chrome/browser/infobars/infobar.h   virtual void PlatformSpecificShow(bool animate) {}
animate           113 chrome/browser/infobars/infobar.h   virtual void PlatformSpecificHide(bool animate) {}
animate           116 chrome/browser/infobars/infobar_container.cc void InfoBarContainer::OnInfoBarRemoved(InfoBar* infobar, bool animate) {
animate           117 chrome/browser/infobars/infobar_container.cc   infobar->Hide(animate);
animate           140 chrome/browser/infobars/infobar_container.cc                                   bool animate,
animate           150 chrome/browser/infobars/infobar_container.cc   infobar->Show(animate);
animate           104 chrome/browser/infobars/infobar_container.h   virtual void OnInfoBarRemoved(InfoBar* infobar, bool animate) OVERRIDE;
animate           117 chrome/browser/infobars/infobar_container.h                   bool animate,
animate            37 chrome/browser/infobars/infobar_manager.cc void InfoBarManager::RemoveAllInfoBars(bool animate) {
animate            39 chrome/browser/infobars/infobar_manager.cc     RemoveInfoBarInternal(infobars_.back(), animate);
animate           106 chrome/browser/infobars/infobar_manager.cc void InfoBarManager::RemoveInfoBarInternal(InfoBar* infobar, bool animate) {
animate           123 chrome/browser/infobars/infobar_manager.cc                     OnInfoBarRemoved(infobar, animate));
animate            28 chrome/browser/infobars/infobar_manager.h     virtual void OnInfoBarRemoved(InfoBar* infobar, bool animate) = 0;
animate            56 chrome/browser/infobars/infobar_manager.h   void RemoveAllInfoBars(bool animate);
animate           101 chrome/browser/infobars/infobar_manager.h   void RemoveInfoBarInternal(InfoBar* infobar, bool animate);
animate           121 chrome/browser/infobars/infobar_service.cc void InfoBarService::OnInfoBarRemoved(InfoBar* infobar, bool animate) {
animate           124 chrome/browser/infobars/infobar_service.cc   InfoBar::RemovedDetails removed_details(infobar, animate);
animate            67 chrome/browser/infobars/infobar_service.h   virtual void OnInfoBarRemoved(InfoBar* infobar, bool animate) OVERRIDE;
animate           180 chrome/browser/ui/cocoa/bookmarks/bookmark_button.h - (void)removeButton:(NSInteger)buttonIndex animate:(BOOL)poof;
animate           484 chrome/browser/ui/cocoa/browser_window_controller.h                     withAnimation:(BOOL)animate
animate           487 chrome/browser/ui/cocoa/browser_window_controller.h                        withAnimation:(BOOL)animate
animate            64 chrome/browser/ui/cocoa/extensions/browser_action_button.h - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
animate            66 chrome/browser/ui/cocoa/extensions/browser_actions_container_view.h - (void)resizeToWidth:(CGFloat)width animate:(BOOL)animate;
animate            86 chrome/browser/ui/cocoa/extensions/browser_actions_controller.h - (void)resizeContainerAndAnimate:(BOOL)animate;
animate            56 chrome/browser/ui/cocoa/find_bar/find_bar_bridge.h   virtual void Show(bool animate) OVERRIDE;
animate            57 chrome/browser/ui/cocoa/find_bar/find_bar_bridge.h   virtual void Hide(bool animate) OVERRIDE;
animate            80 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h - (void)showFindBar:(BOOL)animate;
animate            81 chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.h - (void)hideFindBar:(BOOL)animate;
animate            84 chrome/browser/ui/cocoa/gradient_button_cell.h - (void)setMouseInside:(BOOL)flag animate:(BOOL)animate;
animate            93 chrome/browser/ui/cocoa/panels/panel_cocoa.h   void setBoundsInternal(const gfx::Rect& bounds, bool animate);
animate            43 chrome/browser/ui/cocoa/panels/panel_stack_window_cocoa.h   virtual void BeginBatchUpdatePanelBounds(bool animate) OVERRIDE;
animate            92 chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h               animate:(BOOL)animate;
animate           104 chrome/browser/ui/cocoa/presentation_mode_controller.h - (void)ensureOverlayShownWithAnimation:(BOOL)animate delay:(BOOL)delay;
animate           105 chrome/browser/ui/cocoa/presentation_mode_controller.h - (void)ensureOverlayHiddenWithAnimation:(BOOL)animate delay:(BOOL)delay;
animate            30 chrome/browser/ui/cocoa/sprite_view.h - (void)setImage:(NSImage*)image withToastAnimation:(BOOL)animate;
animate           102 chrome/browser/ui/cocoa/tabs/tab_controller.h - (void)setIconImage:(NSImage*)image withToastAnimation:(BOOL)animate;
animate            34 chrome/browser/ui/find_bar/find_bar.h   virtual void Show(bool animate) = 0;
animate            38 chrome/browser/ui/find_bar/find_bar.h   virtual void Hide(bool animate) = 0;
animate          1946 chrome/browser/ui/gtk/browser_window_gtk.cc void BrowserWindowGtk::MaybeShowBookmarkBar(bool animate) {
animate          1959 chrome/browser/ui/gtk/browser_window_gtk.cc       animate ? BookmarkBar::ANIMATE_STATE_CHANGE :
animate           279 chrome/browser/ui/gtk/browser_window_gtk.h   void MaybeShowBookmarkBar(bool animate);
animate           330 chrome/browser/ui/gtk/find_bar_gtk.cc void FindBarGtk::Show(bool animate) {
animate           331 chrome/browser/ui/gtk/find_bar_gtk.cc   if (animate) {
animate           343 chrome/browser/ui/gtk/find_bar_gtk.cc void FindBarGtk::Hide(bool animate) {
animate           344 chrome/browser/ui/gtk/find_bar_gtk.cc   if (animate)
animate            46 chrome/browser/ui/gtk/find_bar_gtk.h   virtual void Show(bool animate) OVERRIDE;
animate            47 chrome/browser/ui/gtk/find_bar_gtk.h   virtual void Hide(bool animate) OVERRIDE;
animate           125 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.cc void ExtensionInfoBarGtk::PlatformSpecificHide(bool animate) {
animate            28 chrome/browser/ui/gtk/infobars/extension_infobar_gtk.h   virtual void PlatformSpecificHide(bool animate) OVERRIDE;
animate           142 chrome/browser/ui/gtk/infobars/infobar_gtk.cc void InfoBarGtk::PlatformSpecificShow(bool animate) {
animate            73 chrome/browser/ui/gtk/infobars/infobar_gtk.h   virtual void PlatformSpecificShow(bool animate) OVERRIDE;
animate            95 chrome/browser/ui/gtk/panels/panel_stack_window_gtk.cc void PanelStackWindowGtk::BeginBatchUpdatePanelBounds(bool animate) {
animate            32 chrome/browser/ui/gtk/panels/panel_stack_window_gtk.h   virtual void BeginBatchUpdatePanelBounds(bool animate) OVERRIDE;
animate            77 chrome/browser/ui/panels/native_panel_stack_window.h   virtual void BeginBatchUpdatePanelBounds(bool animate) = 0;
animate            81 chrome/browser/ui/toolbar/wrench_icon_painter.cc void WrenchIconPainter::SetSeverity(Severity severity, bool animate) {
animate            88 chrome/browser/ui/toolbar/wrench_icon_painter.cc   if (severity_ == SEVERITY_NONE || !animate)
animate            65 chrome/browser/ui/toolbar/wrench_icon_painter.h   void SetSeverity(Severity severity, bool animate);
animate            97 chrome/browser/ui/views/dropdown_bar_host.cc void DropdownBarHost::Show(bool animate) {
animate           104 chrome/browser/ui/views/dropdown_bar_host.cc   if (!animate || disable_animations_during_testing_) {
animate           125 chrome/browser/ui/views/dropdown_bar_host.cc void DropdownBarHost::Hide(bool animate) {
animate           128 chrome/browser/ui/views/dropdown_bar_host.cc   if (animate && !disable_animations_during_testing_ &&
animate            69 chrome/browser/ui/views/dropdown_bar_host.h   virtual void Show(bool animate);
animate            71 chrome/browser/ui/views/dropdown_bar_host.h   virtual void Hide(bool animate);
animate            92 chrome/browser/ui/views/find_bar_host.cc void FindBarHost::Show(bool animate) {
animate            93 chrome/browser/ui/views/find_bar_host.cc   DropdownBarHost::Show(animate);
animate            96 chrome/browser/ui/views/find_bar_host.cc void FindBarHost::Hide(bool animate) {
animate            97 chrome/browser/ui/views/find_bar_host.cc   DropdownBarHost::Hide(animate);
animate            51 chrome/browser/ui/views/find_bar_host.h   virtual void Show(bool animate) OVERRIDE;
animate            52 chrome/browser/ui/views/find_bar_host.h   virtual void Hide(bool animate) OVERRIDE;
animate           391 chrome/browser/ui/views/infobars/infobar_view.cc void InfoBarView::PlatformSpecificShow(bool animate) {
animate           400 chrome/browser/ui/views/infobars/infobar_view.cc void InfoBarView::PlatformSpecificHide(bool animate) {
animate           411 chrome/browser/ui/views/infobars/infobar_view.cc   if (!animate)
animate           122 chrome/browser/ui/views/infobars/infobar_view.h   virtual void PlatformSpecificShow(bool animate) OVERRIDE;
animate           123 chrome/browser/ui/views/infobars/infobar_view.h   virtual void PlatformSpecificHide(bool animate) OVERRIDE;
animate           205 chrome/browser/ui/views/panels/panel_stack_view.cc void PanelStackView::BeginBatchUpdatePanelBounds(bool animate) {
animate           210 chrome/browser/ui/views/panels/panel_stack_view.cc     animate_bounds_updates_ = animate;
animate            52 chrome/browser/ui/views/panels/panel_stack_view.h   virtual void BeginBatchUpdatePanelBounds(bool animate) OVERRIDE;
animate           342 chrome/browser/ui/views/panels/panel_view.cc void PanelView::SetBoundsInternal(const gfx::Rect& new_bounds, bool animate) {
animate           348 chrome/browser/ui/views/panels/panel_view.cc   if (!animate) {
animate           168 chrome/browser/ui/views/panels/panel_view.h   void SetBoundsInternal(const gfx::Rect& bounds, bool animate);
animate            24 chrome/browser/ui/views/toolbar/wrench_toolbar_button.cc                                       bool animate) {
animate            25 chrome/browser/ui/views/toolbar/wrench_toolbar_button.cc   wrench_icon_painter_->SetSeverity(severity, animate);
animate            18 chrome/browser/ui/views/toolbar/wrench_toolbar_button.h   void SetSeverity(WrenchIconPainter::Severity severity, bool animate);
animate           264 chrome/renderer/chrome_render_view_observer.cc     bool animate) {
animate           265 chrome/renderer/chrome_render_view_observer.cc   render_view()->UpdateTopControlsState(constraints, current, animate);
animate            68 chrome/renderer/chrome_render_view_observer.h                                 bool animate);
animate          1471 content/browser/android/content_view_core_impl.cc                                                  bool animate) {
animate          1478 content/browser/android/content_view_core_impl.cc                                                 animate));
animate           217 content/browser/android/content_view_core_impl.h                               bool animate);
animate          3021 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java             boolean animate) {
animate          3024 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java                     mNativeContentViewCore, enableHiding, enableShowing, animate);
animate          3319 content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java             boolean enableHiding, boolean enableShowing, boolean animate);
animate           136 content/public/renderer/render_view.h                                       bool animate) = 0;
animate           353 content/renderer/gpu/render_widget_compositor.cc     bool animate) {
animate           356 content/renderer/gpu/render_widget_compositor.cc                                            animate);
animate           587 content/renderer/gpu/render_widget_compositor.cc   widget_->webwidget()->animate(
animate            54 content/renderer/gpu/render_widget_compositor.h                               bool animate);
animate           650 content/renderer/render_view_impl.h                                       bool animate) OVERRIDE;
animate           928 content/renderer/render_view_impl.h                                 bool animate);
animate            30 content/renderer/render_view_impl_android.cc                                               bool animate) {
animate            41 content/renderer/render_view_impl_android.cc     compositor_->UpdateTopControlsState(constraints, current, animate);
animate            48 content/renderer/render_view_impl_android.cc                                             bool animate) {
animate            53 content/renderer/render_view_impl_android.cc     compositor_->UpdateTopControlsState(constraints_cc, current_cc, animate);
animate          1437 content/renderer/render_widget.cc       webwidget_->animate(frame_begin_time);
animate           580 content/shell/renderer/test_runner/WebTestProxy.cpp     webWidget()->animate(0.0);
animate           748 content/shell/renderer/test_runner/WebTestProxy.cpp         webWidget()->animate(0.0);
animate            39 ui/app_list/pagination_model.cc void PaginationModel::SelectPage(int page, bool animate) {
animate            40 ui/app_list/pagination_model.cc   if (animate) {
animate            98 ui/app_list/pagination_model.cc void PaginationModel::SelectPageRelative(int delta, bool animate) {
animate            99 ui/app_list/pagination_model.cc   SelectPage(CalculateTargetPage(delta), animate);
animate            57 ui/app_list/pagination_model.h   void SelectPage(int page, bool animate);
animate            60 ui/app_list/pagination_model.h   void SelectPageRelative(int delta, bool animate);