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

  /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_org/chrome/browser/ui/views/
sad_tab_view.cc 176 GURL help_url((kind_ == chrome::SAD_TAB_KIND_CRASHED) ?
179 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...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Launcher.java     [all...]

Completed in 313 milliseconds