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

  /external/chromium_org/chrome/browser/ui/
sad_tab.cc 10 bool SadTab::ShouldShow(base::TerminationStatus status) {
  /external/chromium/chrome/browser/instant/
promo_counter.cc 47 bool PromoCounter::ShouldShow(base::Time current_time) {
91 // Time check is handled in ShouldShow.
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 44 static bool ShouldShow() {
123 if (!tray::VpnDefaultView::ShouldShow())
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 257 bool NTPLoginHandler::ShouldShow(Profile* profile) {
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 26 bool ShouldShow(View* view) {
165 (ShouldShow(extra_view_) ? extra_view_->GetPreferredSize().width() : 0) +
166 (ShouldShow(extra_view_) && has_dialog_buttons() ?
185 if (ShouldShow(footnote_view_)) {
201 if (ShouldShow(footnote_view_)) {
383 int extra_view_height = ShouldShow(extra_view_) ?

Completed in 69 milliseconds