Searched defs:ShouldShow (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/
H A Dsad_tab.cc10 bool SadTab::ShouldShow(base::TerminationStatus status) { function in class:chrome::SadTab
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dextension_toolbar_menu_view.cc48 // that will be visible in ShouldShow().
62 bool ExtensionToolbarMenuView::ShouldShow() { function in class:ExtensionToolbarMenuView
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_vpn.cc45 static bool ShouldShow() { function in class:ash::tray::VpnDefaultView
126 if (!tray::VpnDefaultView::ShouldShow())
/external/chromium_org/chrome/browser/extensions/
H A Ddev_mode_bubble_controller.cc179 bool DevModeBubbleController::ShouldShow() { function in class:extensions::DevModeBubbleController
H A Dntp_overridden_bubble_controller.cc187 bool NtpOverriddenBubbleController::ShouldShow( function in class:extensions::NtpOverriddenBubbleController
H A Dsuspicious_extension_bubble_controller.cc175 bool SuspiciousExtensionBubbleController::ShouldShow() { function in class:extensions::SuspiciousExtensionBubbleController
H A Dproxy_overridden_bubble_controller.cc205 bool ProxyOverriddenBubbleController::ShouldShow( function in class:extensions::ProxyOverriddenBubbleController
H A Dsettings_api_bubble_controller.cc294 bool SettingsApiBubbleController::ShouldShow(const std::string& extension_id) { function in class:extensions::SettingsApiBubbleController
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc254 bool NTPLoginHandler::ShouldShow(Profile* profile) { function in class:NTPLoginHandler
/external/chromium_org/ui/views/window/
H A Ddialog_client_view.cc33 bool ShouldShow(View* view) { function in namespace:views::__anon17171
184 (ShouldShow(extra_view_) ? extra_view_->GetPreferredSize().width() : 0) +
185 (ShouldShow(extra_view_) && has_dialog_buttons() ?
204 if (ShouldShow(footnote_view_)) {
220 if (ShouldShow(footnote_view_)) {
229 if (has_dialog_buttons() || ShouldShow(extra_view_)) {
408 int extra_view_height = ShouldShow(extra_view_) ?

Completed in 184 milliseconds