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

  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.h 34 virtual std::string GetLearnMoreURL() const = 0;
72 virtual std::string GetLearnMoreURL() const OVERRIDE;
105 virtual std::string GetLearnMoreURL() const OVERRIDE;
plugin_infobar_delegates.cc 58 GURL(GetLearnMoreURL()), content::Referrer(),
126 std::string UnauthorizedPluginInfoBarDelegate::GetLearnMoreURL() const {
223 std::string OutdatedPluginInfoBarDelegate::GetLearnMoreURL() const {
  /external/chromium/chrome/browser/
plugin_observer.cc 45 virtual std::string GetLearnMoreURL() const = 0;
78 GURL url = google_util::AppendGoogleLocaleParam(GURL(GetLearnMoreURL()));
111 virtual std::string GetLearnMoreURL() const;
139 std::string BlockedPluginInfoBarDelegate::GetLearnMoreURL() const {
204 virtual std::string GetLearnMoreURL() const;
242 std::string OutdatedPluginInfoBarDelegate::GetLearnMoreURL() const {

Completed in 166 milliseconds