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

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

Completed in 214 milliseconds