Searched refs:ShouldShow (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/
H A Dsad_tab.cc10 bool SadTab::ShouldShow(base::TerminationStatus status) { function in class:chrome::SadTab
H A Dsad_tab.h24 static bool ShouldShow(base::TerminationStatus status);
H A Dsad_tab_helper.cc38 if (chrome::SadTab::ShouldShow(status))
/external/chromium_org/chrome/browser/extensions/
H A Dntp_overridden_bubble_controller.h20 bool ShouldShow(const std::string& extension_id);
H A Dproxy_overridden_bubble_controller.h25 bool ShouldShow(const std::string& extension_id);
H A Dsuspicious_extension_bubble_controller.h28 bool ShouldShow();
H A Ddev_mode_bubble_controller.h30 bool ShouldShow();
H A Dsettings_api_bubble_controller.h23 bool ShouldShow(const std::string& extension_id);
H A Dextension_message_bubble_controller_unittest.cc462 EXPECT_FALSE(controller->ShouldShow());
477 EXPECT_TRUE(controller->ShouldShow());
499 EXPECT_TRUE(controller->ShouldShow());
532 EXPECT_TRUE(controller->ShouldShow());
560 EXPECT_TRUE(controller->ShouldShow());
580 EXPECT_TRUE(controller->ShouldShow());
597 EXPECT_FALSE(controller->ShouldShow());
651 EXPECT_TRUE(controller->ShouldShow(kId2));
706 EXPECT_TRUE(controller->ShouldShow(kId2));
759 EXPECT_TRUE(controller->ShouldShow(kId
[all...]
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 Dproxy_overridden_bubble_controller.cc205 bool ProxyOverriddenBubbleController::ShouldShow( function in class:extensions::ProxyOverriddenBubbleController
H A Dsuspicious_extension_bubble_controller.cc175 bool SuspiciousExtensionBubbleController::ShouldShow() { function in class:extensions::SuspiciousExtensionBubbleController
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/views/toolbar/
H A Dextension_toolbar_menu_view.h31 bool ShouldShow();
H A Dextension_toolbar_menu_view.cc48 // that will be visible in ShouldShow().
62 bool ExtensionToolbarMenuView::ShouldShow() { function in class:ExtensionToolbarMenuView
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.h34 static bool ShouldShow(Profile* profile);
H A Dnew_tab_ui.cc116 if (NTPLoginHandler::ShouldShow(profile))
H A Dntp_login_handler.cc254 bool NTPLoginHandler::ShouldShow(Profile* profile) { function in class:NTPLoginHandler
/external/chromium_org/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.cc33 if (!settings_api_bubble->ShouldShow(extension_id))
118 if (!ntp_overridden_bubble->ShouldShow(ntp_url.host()))
/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_) ?
/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/ui/webui/
H A Dapp_launcher_page_ui.cc42 if (NTPLoginHandler::ShouldShow(GetProfile()))
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.cc57 if (chrome::SadTab::ShouldShow(web_contents()->GetCrashedStatus()))
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_message_bubble_view.cc327 if (!suspicious_extensions->ShouldShow())
358 if (!settings_api_bubble->ShouldShow(extension->id()))
382 if (!proxy_bubble->ShouldShow(extension->id()))
401 if (!dev_mode_extensions->ShouldShow())

Completed in 3935 milliseconds

12