HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShow (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/
sad_tab.cc 10 bool SadTab::ShouldShow(base::TerminationStatus status) {
sad_tab.h 24 static bool ShouldShow(base::TerminationStatus status);
sad_tab_helper.cc 38 if (chrome::SadTab::ShouldShow(status))
  /external/chromium_org/chrome/browser/extensions/
dev_mode_bubble_controller.h 30 bool ShouldShow();
ntp_overridden_bubble_controller.h 20 bool ShouldShow(const std::string& extension_id);
proxy_overridden_bubble_controller.h 25 bool ShouldShow(const std::string& extension_id);
settings_api_bubble_controller.h 23 bool ShouldShow(const std::string& extension_id);
suspicious_extension_bubble_controller.h 28 bool ShouldShow();
extension_message_bubble_controller_unittest.cc 462 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(kId2))
    [all...]
dev_mode_bubble_controller.cc 179 bool DevModeBubbleController::ShouldShow() {
ntp_overridden_bubble_controller.cc 187 bool NtpOverriddenBubbleController::ShouldShow(
proxy_overridden_bubble_controller.cc 205 bool ProxyOverriddenBubbleController::ShouldShow(
suspicious_extension_bubble_controller.cc 175 bool SuspiciousExtensionBubbleController::ShouldShow() {
settings_api_bubble_controller.cc 294 bool SettingsApiBubbleController::ShouldShow(const std::string& extension_id) {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
extension_toolbar_menu_view.h 31 bool ShouldShow();
extension_toolbar_menu_view.cc 48 // that will be visible in ShouldShow().
62 bool ExtensionToolbarMenuView::ShouldShow() {
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.h 34 static bool ShouldShow(Profile* profile);
new_tab_ui.cc 116 if (NTPLoginHandler::ShouldShow(profile))
ntp_login_handler.cc 254 bool NTPLoginHandler::ShouldShow(Profile* profile) {
  /external/chromium_org/chrome/browser/ui/views/
settings_api_bubble_helper_views.cc 33 if (!settings_api_bubble->ShouldShow(extension_id))
118 if (!ntp_overridden_bubble->ShouldShow(ntp_url.host()))
  /external/chromium_org/ui/views/window/
dialog_client_view.cc 33 bool ShouldShow(View* view) {
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/
tray_vpn.cc 45 static bool ShouldShow() {
126 if (!tray::VpnDefaultView::ShouldShow())
  /external/chromium_org/chrome/browser/ui/webui/
app_launcher_page_ui.cc 42 if (NTPLoginHandler::ShouldShow(GetProfile()))
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 57 if (chrome::SadTab::ShouldShow(web_contents()->GetCrashedStatus()))
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 327 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 891 milliseconds

1 2