HomeSort by relevance Sort by last modified time
    Searched defs:should_show (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.cc 284 bool should_show = true; local
287 should_show = false;
291 if (should_show)
  /external/chromium_org/ui/wm/core/
shadow_controller.cc 230 const bool should_show = ShouldShowShadowForWindow(window); local
234 shadow->layer()->SetVisible(should_show);
235 } else if (should_show && !shadow) {
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 604 bool should_show = frame_->widget_delegate()->CanMinimize(); local
605 button->SetVisible(should_show);
606 if (!should_show)
617 bool should_show = frame_->widget_delegate()->CanMaximize(); local
618 button->SetVisible(should_show);
619 if (!should_show)

Completed in 61 milliseconds