Searched refs:has_other_children (Results 1 – 1 of 1) sorted by relevance
1622 bool has_other_children = model_->other_node()->child_count() > 0; in UpdateOtherBookmarksVisibility() local1623 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()