Searched refs:should_show (Results 1 – 9 of 9) sorted by relevance
33 void set_should_show_display_notification(bool should_show) { in set_should_show_display_notification() argument34 should_show_display_notification_ = should_show; in set_should_show_display_notification()
604 bool should_show = frame_->widget_delegate()->CanMinimize(); in GetImageButton() local605 button->SetVisible(should_show); in GetImageButton()606 if (!should_show) in GetImageButton()617 bool should_show = frame_->widget_delegate()->CanMaximize(); in GetImageButton() local618 button->SetVisible(should_show); in GetImageButton()619 if (!should_show) in GetImageButton()
230 const bool should_show = ShouldShowShadowForWindow(window); in HandlePossibleShadowVisibilityChange() local234 shadow->layer()->SetVisible(should_show); in HandlePossibleShadowVisibilityChange()235 } else if (should_show && !shadow) { in HandlePossibleShadowVisibilityChange()
284 bool should_show = true; in GetVisibleNotifications() local287 should_show = false; in GetVisibleNotifications()291 if (should_show) in GetVisibleNotifications()
117 void SetShouldShowInShelf(bool should_show);
554 void DownloadItemModel::SetShouldShowInShelf(bool should_show) { in SetShouldShowInShelf() argument556 data->should_show_in_shelf_ = should_show; in SetShouldShowInShelf()
117 void SetControlVisibility(View* control, bool should_show);
539 void ScrollView::SetControlVisibility(View* control, bool should_show) { in SetControlVisibility() argument542 if (should_show) { in SetControlVisibility()
207 void UpdateShadow(bool should_show) { in UpdateShadow() argument210 should_show ? wm::SHADOW_TYPE_RECTANGULAR : wm::SHADOW_TYPE_NONE); in UpdateShadow()