HomeSort by relevance Sort by last modified time
    Searched refs:HasBubbleView (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/ui/global_error/
global_error.h 50 virtual bool HasBubbleView() = 0;
96 virtual bool HasBubbleView() OVERRIDE;
global_error.cc 34 bool GlobalErrorWithStandardBubble::HasBubbleView() { return true; }
global_error_service.cc 71 if (error->HasBubbleView() && !error->HasShownBubbleView())
global_error_service_browsertest.cc 35 virtual bool HasBubbleView() OVERRIDE { return true; }
global_error_service_unittest.cc 33 virtual bool HasBubbleView() OVERRIDE { return false; }
  /external/chromium_org/chrome/browser/profile_resetter/
profile_reset_global_error.h 46 virtual bool HasBubbleView() OVERRIDE;
profile_reset_global_error.cc 75 bool ProfileResetGlobalError::HasBubbleView() { return true; }
  /external/chromium_org/chrome/browser/sync/
sync_global_error.h 29 virtual bool HasBubbleView() OVERRIDE;
sync_global_error.cc 59 bool SyncGlobalError::HasBubbleView() {
sync_global_error_unittest.cc 116 EXPECT_EQ(error->HasBubbleView(), is_error);
  /external/chromium_org/chrome/browser/extensions/
extension_warning_badge_service.cc 34 virtual bool HasBubbleView() OVERRIDE;
72 bool ErrorBadge::HasBubbleView() { return false; }
external_install_ui.cc 108 virtual bool HasBubbleView() OVERRIDE;
138 virtual bool HasBubbleView() OVERRIDE;
281 bool ExternalInstallMenuAlert::HasBubbleView() {
352 bool ExternalInstallGlobalError::HasBubbleView() {
460 return error && error->HasBubbleView();
  /external/chromium_org/chrome/browser/signin/
signin_global_error.h 59 virtual bool HasBubbleView() OVERRIDE;
signin_global_error.cc 138 bool SigninGlobalError::HasBubbleView() {
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 41 virtual bool HasBubbleView() OVERRIDE { return false; }

Completed in 281 milliseconds