Home
last modified time | relevance | path

Searched refs:has_other_children (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_bar_view.cc1622 bool has_other_children = model_->other_node()->child_count() > 0; in UpdateOtherBookmarksVisibility() local
1623 if (has_other_children == other_bookmarked_button_->IsVisible()) in UpdateOtherBookmarksVisibility()
1625 other_bookmarked_button_->SetVisible(has_other_children); in UpdateOtherBookmarksVisibility()
1626 bookmarks_separator_view_->SetVisible(has_other_children); in UpdateOtherBookmarksVisibility()