Searched refs:help_url (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/plugins/
H A Dplugin_metadata.h42 const GURL& help_url,
61 const GURL& help_url() const { return help_url_; } function in class:PluginMetadata
H A Dplugin_metadata.cc27 const GURL& help_url,
35 help_url_(help_url),
23 PluginMetadata(const std::string& identifier, const base::string16& name, bool url_for_display, const GURL& plugin_url, const GURL& help_url, const base::string16& group_name_matcher, const std::string& language) argument
H A Dplugin_finder.cc83 std::string help_url; local
84 plugin_dict->GetString("help_url", &help_url);
100 GURL(help_url),
H A Dplugin_infobar_delegates.cc395 GURL url(plugin_metadata_->help_url());
/external/chromium_org/chrome/browser/ui/views/
H A Dsad_tab_view.cc177 GURL help_url((kind_ == chrome::SAD_TAB_KIND_CRASHED) ?
180 help_url, content::Referrer(), CURRENT_TAB,

Completed in 75 milliseconds