Searched refs:IsDetached (Results 1 – 6 of 6) sorted by relevance
27 virtual bool IsDetached() const = 0;
59 int y = view->IsDetached() ? 0 : (view->height() - thickness); in PaintHorizontalBorder()
334 if (active_bookmark_bar_->IsDetached()) in LayoutBookmarkAndInfoBars()487 !active_bookmark_bar_->IsDetached()) { in GetTopMarginForActiveContent()
194 if (host_view_->IsDetached()) { in Paint()
116 virtual bool IsDetached() const OVERRIDE;
702 bool BookmarkBarView::IsDetached() const { in IsDetached() function in BookmarkBarView738 if (IsDetached() && infobar_visible_) in GetToolbarOverlap()1637 int top_margin = IsDetached() ? kDetachedTopMargin : 0; in LayoutItems()