/external/chromium_org/chrome/browser/plugins/ |
plugin_metadata.h | 42 const GURL& help_url, 61 const GURL& help_url() const { return help_url_; } function in class:PluginMetadata
|
plugin_metadata.cc | 27 const GURL& help_url, 35 help_url_(help_url),
|
plugin_finder.cc | 83 std::string help_url; local 84 plugin_dict->GetString("help_url", &help_url); 100 GURL(help_url),
|
plugin_infobar_delegates.cc | 394 GURL url(plugin_metadata_->help_url());
|
/external/chromium/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 132 GURL help_url = local 137 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK);
|
/external/chromium/chrome/browser/ui/views/ |
sad_tab_view.cc | 137 GURL help_url = local 141 tab_contents_->OpenURL(help_url, GURL(), CURRENT_TAB, PageTransition::LINK);
|
/external/chromium_org/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 211 GURL help_url((kind_ == chrome::SAD_TAB_KIND_CRASHED) ? 213 OpenURLParams params(help_url, content::Referrer(), CURRENT_TAB,
|
/external/chromium_org/chrome/browser/ui/views/ |
sad_tab_view.cc | 172 GURL help_url((kind_ == chrome::SAD_TAB_KIND_CRASHED) ? 175 help_url, content::Referrer(), CURRENT_TAB,
|
/external/chromium_org/chrome/browser/resources/ |
about_conflicts.js | 24 'help_url': 'The link to the Help Center article'
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 121 help_url = None variable in class:EditorWindow 124 if EditorWindow.help_url is None: 146 EditorWindow.help_url = dochome 149 EditorWindow.help_url = 'file://' + EditorWindow.help_url 151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2] 550 os.startfile(self.help_url) 555 webbrowser.open(self.help_url) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
EditorWindow.py | 121 help_url = None variable in class:EditorWindow 124 if EditorWindow.help_url is None: 146 EditorWindow.help_url = dochome 149 EditorWindow.help_url = 'file://' + EditorWindow.help_url 151 EditorWindow.help_url = "http://docs.python.org/%d.%d" % sys.version_info[:2] 550 os.startfile(self.help_url) 555 webbrowser.open(self.help_url) [all...] |
/external/chromium_org/chrome_frame/ |
html_window_impl.h | 276 STDMETHOD(showHelp)(BSTR help_url, VARIANT help_arg, BSTR features) {
|
/external/chromium/chrome/browser/ui/ |
browser.cc | 1986 GURL help_url = google_util::AppendGoogleLocaleParam(GURL(kAutofillHelpUrl)); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Launcher.java | [all...] |