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

/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/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/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 239 milliseconds