Searched defs:AppEngineUrlFetcher (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_url_fetcher.py32 class AppEngineUrlFetcher(object): class in inherits:object
H A Drietveld_patcher_test.py10 from appengine_url_fetcher import AppEngineUrlFetcher namespace
30 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER))
H A Dbranch_utility.py9 from appengine_url_fetcher import AppEngineUrlFetcher namespace
63 AppEngineUrlFetcher(),
H A Dpatch_servlet.py9 from appengine_url_fetcher import AppEngineUrlFetcher namespace
41 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER)),
H A Dsubversion_file_system.py10 from appengine_url_fetcher import AppEngineUrlFetcher namespace
109 AppEngineUrlFetcher('%s/%s' % (url_constants.SVN_URL, svn_path)),
110 AppEngineUrlFetcher('%s/%s' % (url_constants.VIEWVC_URL, svn_path)),
H A Dgithub_file_system.py11 from appengine_url_fetcher import AppEngineUrlFetcher namespace
90 self._fetcher = AppEngineUrlFetcher(url)
H A Dgitiles_file_system.py14 from appengine_url_fetcher import AppEngineUrlFetcher namespace
70 return GitilesFileSystem(AppEngineUrlFetcher(), base_url, branch, commit)
H A Dnew_github_file_system.py13 from appengine_url_fetcher import AppEngineUrlFetcher namespace
108 AppEngineUrlFetcher)

Completed in 167 milliseconds