Home
last modified time | relevance | path

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

/external/chromium_org/ash/test/
Dtest_system_tray_delegate.h33 void set_should_show_display_notification(bool should_show) { in set_should_show_display_notification() argument
34 should_show_display_notification_ = should_show; in set_should_show_display_notification()
/external/chromium_org/ui/views/window/
Dcustom_frame_view.cc604 bool should_show = frame_->widget_delegate()->CanMinimize(); in GetImageButton() local
605 button->SetVisible(should_show); in GetImageButton()
606 if (!should_show) in GetImageButton()
617 bool should_show = frame_->widget_delegate()->CanMaximize(); in GetImageButton() local
618 button->SetVisible(should_show); in GetImageButton()
619 if (!should_show) in GetImageButton()
/external/chromium_org/ui/wm/core/
Dshadow_controller.cc230 const bool should_show = ShouldShowShadowForWindow(window); in HandlePossibleShadowVisibilityChange() local
234 shadow->layer()->SetVisible(should_show); in HandlePossibleShadowVisibilityChange()
235 } else if (should_show && !shadow) { in HandlePossibleShadowVisibilityChange()
/external/chromium_org/ui/message_center/
Dnotification_list.cc284 bool should_show = true; in GetVisibleNotifications() local
287 should_show = false; in GetVisibleNotifications()
291 if (should_show) in GetVisibleNotifications()
/external/chromium_org/chrome/browser/download/
Ddownload_item_model.h117 void SetShouldShowInShelf(bool should_show);
Ddownload_item_model.cc554 void DownloadItemModel::SetShouldShowInShelf(bool should_show) { in SetShouldShowInShelf() argument
556 data->should_show_in_shelf_ = should_show; in SetShouldShowInShelf()
/external/chromium_org/ui/views/controls/
Dscroll_view.h117 void SetControlVisibility(View* control, bool should_show);
Dscroll_view.cc539 void ScrollView::SetControlVisibility(View* control, bool should_show) { in SetControlVisibility() argument
542 if (should_show) { in SetControlVisibility()
/external/chromium_org/athena/home/
Dhome_card_impl.cc207 void UpdateShadow(bool should_show) { in UpdateShadow() argument
210 should_show ? wm::SHADOW_TYPE_RECTANGULAR : wm::SHADOW_TYPE_NONE); in UpdateShadow()