Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/global_error/
H A Dglobal_error.cc41 GlobalErrorWithStandardBubble::GlobalErrorWithStandardBubble() = default;
43 GlobalErrorWithStandardBubble::~GlobalErrorWithStandardBubble() = default;
45 bool GlobalErrorWithStandardBubble::HasBubbleView() { return true; } in HasBubbleView()
47 bool GlobalErrorWithStandardBubble::HasShownBubbleView() { in HasShownBubbleView()
51 void GlobalErrorWithStandardBubble::ShowBubbleView(Browser* browser) { in ShowBubbleView()
61 bool GlobalErrorWithStandardBubble::ShouldCloseOnDeactivate() const { in ShouldCloseOnDeactivate()
65 bool GlobalErrorWithStandardBubble::ShouldShowCloseButton() const { in ShouldShowCloseButton()
70 GlobalErrorWithStandardBubble::GetBubbleViewDetailsButtonLabel() { in GetBubbleViewDetailsButtonLabel()
74 void GlobalErrorWithStandardBubble::BubbleViewDetailsButtonPressed( in BubbleViewDetailsButtonPressed()
81 int GlobalErrorWithStandardBubble::GetDefaultDialogButton() const { in GetDefaultDialogButton()
[all …]
H A Dglobal_error.h59 class GlobalErrorWithStandardBubble
61 public base::SupportsWeakPtr<GlobalErrorWithStandardBubble> {
63 GlobalErrorWithStandardBubble();
64 ~GlobalErrorWithStandardBubble() override;
98 DISALLOW_COPY_AND_ASSIGN(GlobalErrorWithStandardBubble);
H A Dglobal_error_bubble_view_base.h11 class GlobalErrorWithStandardBubble; variable
17 const base::WeakPtr<GlobalErrorWithStandardBubble>& error);
H A Dglobal_error_service_browsertest.cc24 class BubbleViewError : public GlobalErrorWithStandardBubble {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.cc42 const base::WeakPtr<GlobalErrorWithStandardBubble>& error) { in ShowStandardBubbleView()
59 const base::WeakPtr<GlobalErrorWithStandardBubble>& error) in GlobalErrorBubbleView()
68 &GlobalErrorWithStandardBubble::BubbleViewDidClose, error_, browser)); in GlobalErrorBubbleView()
82 &GlobalErrorWithStandardBubble::BubbleViewAcceptButtonPressed, error, in GlobalErrorBubbleView()
85 &GlobalErrorWithStandardBubble::BubbleViewCancelButtonPressed, error, in GlobalErrorBubbleView()
91 &GlobalErrorWithStandardBubble::BubbleViewDetailsButtonPressed, in GlobalErrorBubbleView()
H A Dglobal_error_bubble_view.h15 class GlobalErrorWithStandardBubble; variable
24 const base::WeakPtr<GlobalErrorWithStandardBubble>& error);
35 base::WeakPtr<GlobalErrorWithStandardBubble> error_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_error_ui_default_unittest.cc51 GlobalErrorWithStandardBubble* bubble = ui.GetErrorForTesting(); in TEST()
77 GlobalErrorWithStandardBubble* bubble = ui.GetErrorForTesting(); in TEST()
102 GlobalErrorWithStandardBubble* bubble = ui.GetErrorForTesting(); in TEST()
H A Dextension_error_ui_default.cc75 class ExtensionGlobalError : public GlobalErrorWithStandardBubble {
167 GlobalErrorWithStandardBubble* ExtensionErrorUIDefault::GetErrorForTesting() { in GetErrorForTesting()
H A Dextension_error_ui_default.h30 GlobalErrorWithStandardBubble* GetErrorForTesting();
H A Dextension_disabled_ui_browsertest.cc163 GlobalErrorWithStandardBubble* error = in IN_PROC_BROWSER_TEST_F()
164 static_cast<GlobalErrorWithStandardBubble*>( in IN_PROC_BROWSER_TEST_F()
H A Dexternal_install_error.cc107 class ExternalInstallBubbleAlert : public GlobalErrorWithStandardBubble {
265 return GlobalErrorWithStandardBubble::GetDefaultDialogButton(); in GetDefaultDialogButton()
H A Dextension_disabled_ui.cc53 class ExtensionDisabledGlobalError : public GlobalErrorWithStandardBubble,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dsignin_global_error.h19 class SigninGlobalError : public GlobalErrorWithStandardBubble,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/recovery/
H A Drecovery_install_global_error.h19 class RecoveryInstallGlobalError : public GlobalErrorWithStandardBubble,
H A Drecovery_install_global_error.cc88 GlobalErrorWithStandardBubble::ShowBubbleView(browser); in ShowBubbleView()