Searched refs:GetBubbleViewAcceptButtonLabel (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_error_ui_default.cc84 GetBubbleViewAcceptButtonLabel() { function in class:ExtensionErrorUIDefault::ExtensionGlobalError
85 return error_ui_->GetBubbleViewAcceptButtonLabel();
H A Dextension_error_ui.h61 base::string16 GetBubbleViewAcceptButtonLabel();
H A Dextension_error_ui_default.h40 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
H A Dextension_error_ui.cc78 base::string16 ExtensionErrorUI::GetBubbleViewAcceptButtonLabel() { function in class:ExtensionErrorUI
H A Dexternal_install_ui.cc111 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
142 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
292 base::string16 ExternalInstallMenuAlert::GetBubbleViewAcceptButtonLabel() { function in class:extensions::ExternalInstallMenuAlert
387 base::string16 ExternalInstallGlobalError::GetBubbleViewAcceptButtonLabel() { function in class:extensions::ExternalInstallGlobalError
H A Dextension_disabled_ui.cc156 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
274 base::string16 ExtensionDisabledGlobalError::GetBubbleViewAcceptButtonLabel() { function in class:ExtensionDisabledGlobalError
/external/chromium_org/chrome/browser/signin/
H A Dsignin_global_error.h62 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
H A Dsignin_global_error.cc193 base::string16 SigninGlobalError::GetBubbleViewAcceptButtonLabel() { function in class:SigninGlobalError
H A Dsignin_global_error_unittest.cc176 EXPECT_FALSE(global_error_->GetBubbleViewAcceptButtonLabel().empty());
/external/chromium_org/chrome/browser/sync/
H A Dsync_global_error.h32 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE;
H A Dsync_global_error.cc71 base::string16 SyncGlobalError::GetBubbleViewAcceptButtonLabel() { function in class:SyncGlobalError
H A Dsync_global_error_unittest.cc121 EXPECT_NE(error->GetBubbleViewAcceptButtonLabel().empty(), is_error);
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error.h78 virtual base::string16 GetBubbleViewAcceptButtonLabel() = 0;
H A Dglobal_error_service_browsertest.cc42 virtual base::string16 GetBubbleViewAcceptButtonLabel() OVERRIDE {
/external/chromium_org/chrome/browser/ui/gtk/
H A Dglobal_error_bubble.cc69 UTF16ToUTF8(error_->GetBubbleViewAcceptButtonLabel()).c_str());
/external/chromium_org/chrome/browser/ui/views/
H A Dglobal_error_bubble_view.cc94 base::string16 accept_string(error_->GetBubbleViewAcceptButtonLabel());

Completed in 174 milliseconds