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

  /external/chromium_org/ui/message_center/
notification_list.cc 282 bool should_show = true; local
285 should_show = false;
289 if (should_show)
  /external/chromium_org/ui/wm/core/
shadow_controller.cc 217 const bool should_show = ShouldShowShadowForWindow(window); local
220 shadow->layer()->SetVisible(should_show);
221 else if (should_show && !shadow)

Completed in 474 milliseconds