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

  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher_test.py 10 from appengine_url_fetcher import AppEngineUrlFetcher
30 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER))
patch_servlet.py 9 from appengine_url_fetcher import AppEngineUrlFetcher
41 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER)),
subversion_file_system.py 10 from appengine_url_fetcher import AppEngineUrlFetcher
109 AppEngineUrlFetcher('%s/%s' % (url_constants.SVN_URL, svn_path)),
110 AppEngineUrlFetcher('%s/%s' % (url_constants.VIEWVC_URL, svn_path)),
appengine_url_fetcher.py 32 class AppEngineUrlFetcher(object):
branch_utility.py 9 from appengine_url_fetcher import AppEngineUrlFetcher
63 AppEngineUrlFetcher(),
github_file_system.py 11 from appengine_url_fetcher import AppEngineUrlFetcher
90 self._fetcher = AppEngineUrlFetcher(url)
gitiles_file_system.py 14 from appengine_url_fetcher import AppEngineUrlFetcher
70 return GitilesFileSystem(AppEngineUrlFetcher(), base_url, branch, commit)
new_github_file_system.py 13 from appengine_url_fetcher import AppEngineUrlFetcher
108 AppEngineUrlFetcher)

Completed in 208 milliseconds