Home
last modified time | relevance | path

Searched refs:HasBubbleView (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/ui/global_error/
Dglobal_error.h50 virtual bool HasBubbleView() = 0;
101 virtual bool HasBubbleView() OVERRIDE;
Dglobal_error.cc34 bool GlobalErrorWithStandardBubble::HasBubbleView() { return true; } in HasBubbleView() function in GlobalErrorWithStandardBubble
Dglobal_error_service.cc71 if (error->HasBubbleView() && !error->HasShownBubbleView()) in GetFirstGlobalErrorWithBubbleView()
Dglobal_error_service_browsertest.cc35 virtual bool HasBubbleView() OVERRIDE { return true; } in HasBubbleView() function in __anon51bb5b390111::BubbleViewError
Dglobal_error_service_unittest.cc33 virtual bool HasBubbleView() OVERRIDE { return false; } in HasBubbleView() function in __anon448990550111::BaseError
/external/chromium_org/chrome/browser/extensions/
Dextension_warning_badge_service.cc35 virtual bool HasBubbleView() OVERRIDE;
73 bool ErrorBadge::HasBubbleView() { return false; } in HasBubbleView() function in extensions::__anon6b59b9c90111::ErrorBadge
Dexternal_install_error.cc63 virtual bool HasBubbleView() OVERRIDE;
138 bool ExternalInstallMenuAlert::HasBubbleView() { in HasBubbleView() function in extensions::__anon20dd39170111::ExternalInstallMenuAlert
/external/chromium_org/chrome/browser/profile_resetter/
Dprofile_reset_global_error.h46 virtual bool HasBubbleView() OVERRIDE;
Dprofile_reset_global_error.cc75 bool ProfileResetGlobalError::HasBubbleView() { return true; } in HasBubbleView() function in ProfileResetGlobalError
/external/chromium_org/chrome/browser/sync/
Dsync_global_error.h33 virtual bool HasBubbleView() OVERRIDE;
Dsync_global_error.cc67 bool SyncGlobalError::HasBubbleView() { in HasBubbleView() function in SyncGlobalError
Dsync_global_error_unittest.cc98 EXPECT_EQ(is_error, global_error->HasBubbleView()); in VerifySyncGlobalErrorResult()
/external/chromium_org/chrome/browser/signin/
Dsignin_global_error.h47 virtual bool HasBubbleView() OVERRIDE;
Dsignin_global_error.cc113 bool SigninGlobalError::HasBubbleView() { in HasBubbleView() function in SigninGlobalError
/external/chromium_org/chrome/browser/ui/toolbar/
Dwrench_menu_model_unittest.cc40 virtual bool HasBubbleView() OVERRIDE { return false; } in HasBubbleView() function in __anond65c660f0111::MenuError