Home
last modified time | relevance | path

Searched refs:GetLearnMoreUrl (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dsuspicious_extension_bubble_controller.cc50 virtual GURL GetLearnMoreUrl() const OVERRIDE;
120 GURL SuspiciousExtensionBubbleDelegate::GetLearnMoreUrl() const { in GetLearnMoreUrl() function in __anon56dbfae30111::SuspiciousExtensionBubbleDelegate
Ddev_mode_bubble_controller.cc53 virtual GURL GetLearnMoreUrl() const OVERRIDE;
122 GURL DevModeBubbleDelegate::GetLearnMoreUrl() const { in GetLearnMoreUrl() function in extensions::__anond4765e530111::DevModeBubbleDelegate
Dntp_overridden_bubble_controller.cc44 virtual GURL GetLearnMoreUrl() const OVERRIDE;
137 GURL NtpOverriddenBubbleDelegate::GetLearnMoreUrl() const { in GetLearnMoreUrl() function in __anon3dfefef30111::NtpOverriddenBubbleDelegate
Dproxy_overridden_bubble_controller.cc49 virtual GURL GetLearnMoreUrl() const OVERRIDE;
156 GURL ProxyOverriddenBubbleDelegate::GetLearnMoreUrl() const { in GetLearnMoreUrl() function in extensions::__anonce3252e30111::ProxyOverriddenBubbleDelegate
Dsettings_api_bubble_controller.cc50 virtual GURL GetLearnMoreUrl() const OVERRIDE;
231 GURL SettingsApiBubbleDelegate::GetLearnMoreUrl() const { in GetLearnMoreUrl() function in extensions::__anon28a6fcda0111::SettingsApiBubbleDelegate
Dextension_message_bubble_controller.h55 virtual GURL GetLearnMoreUrl() const = 0;
Dextension_message_bubble_controller.cc133 content::OpenURLParams(delegate_->GetLearnMoreUrl(), in OnLinkClicked()