Searched defs:is_animating (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_container.h36 virtual void InfoBarContainerStateChanged(bool is_animating) = 0;
73 void OnInfoBarStateChanged(bool is_animating);
102 virtual void PlatformSpecificInfoBarStateChanged(bool is_animating) {} argument
H A Dinfobar_container.cc90 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) { argument
92 delegate_->InfoBarContainerStateChanged(is_animating);
94 PlatformSpecificInfoBarStateChanged(is_animating);
/external/chromium_org/ui/base/animation/
H A Danimation.h57 bool is_animating() const { return is_animating_; } function in class:ui::Animation
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_container.cc91 void InfoBarContainer::OnInfoBarStateChanged(bool is_animating) { argument
93 delegate_->InfoBarContainerStateChanged(is_animating);
/external/chromium_org/chrome/browser/ui/gtk/infobars/
H A Dinfobar_container_gtk.cc89 bool is_animating) {
88 PlatformSpecificInfoBarStateChanged( bool is_animating) argument
/external/chromium_org/ui/compositor/
H A Dlayer_animator.h141 bool is_animating() const { return !animation_queue_.empty(); } function in class:ui::LayerAnimator
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc84 void Panel::ToolbarSizeChanged(bool is_animating){ argument
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc917 void ExternalTabContainer::InfoBarContainerStateChanged(bool is_animating) { argument
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc745 bool BookmarkBarView::is_animating() { function in class:BookmarkBarView
746 return size_animation_->is_animating();
1104 if (size_animation_->is_animating() ||
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.cc519 bool BookmarkBarView::is_animating() { function in class:BookmarkBarView
520 return size_animation_->is_animating();
643 (animating_detached_ && size_animation_->is_animating());
1108 if (size_animation_->is_animating() ||
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc1246 void ExternalTabContainerWin::InfoBarContainerStateChanged(bool is_animating) { argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.cc196 const bool is_animating = local
200 if (!is_animating)
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc1266 void BrowserWindowGtk::InfoBarContainerStateChanged(bool is_animating) { argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc889 void BrowserView::ToolbarSizeChanged(bool is_animating) { argument
899 is_animating || (call_state == REENTRANT_FORCE_FAST_RESIZE);
911 is_animating ? REENTRANT_FORCE_FAST_RESIZE : REENTRANT);
921 if ((call_state == NORMAL) && !is_animating) {
1048 return bookmark_bar_view_.get() && bookmark_bar_view_->is_animating();
1901 void BrowserView::InfoBarContainerStateChanged(bool is_animating) { argument
1902 ToolbarSizeChanged(is_animating);
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc727 void BrowserWindowGtk::ToolbarSizeChanged(bool is_animating) { argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc624 void BrowserView::ToolbarSizeChanged(bool is_animating) { argument
634 is_animating || (call_state == REENTRANT_FORCE_FAST_RESIZE);
655 is_animating ? REENTRANT_FORCE_FAST_RESIZE : REENTRANT);
665 if ((call_state == NORMAL) && !is_animating) {
897 return bookmark_bar_view_.get() && bookmark_bar_view_->is_animating();
1701 void BrowserView::InfoBarContainerStateChanged(bool is_animating) { argument
1702 ToolbarSizeChanged(is_animating);
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc1050 void Browser::BookmarkBarSizeChanged(bool is_animating) { argument
1051 window_->ToolbarSizeChanged(is_animating);

Completed in 352 milliseconds