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

  /external/chromium_org/chrome/common/extensions/docs/server2/
rietveld_patcher_test.py 9 from appengine_url_fetcher import AppEngineUrlFetcher
22 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER))
appengine_url_fetcher.py 24 class AppEngineUrlFetcher(object):
patch_servlet.py 9 from appengine_url_fetcher import AppEngineUrlFetcher
48 AppEngineUrlFetcher(url_constants.CODEREVIEW_SERVER)),
subversion_file_system.py 11 from appengine_url_fetcher import AppEngineUrlFetcher
144 AppEngineUrlFetcher('%s/%s' % (url_constants.SVN_URL, svn_path)),
145 AppEngineUrlFetcher('%s/%s' % (url_constants.VIEWVC_URL, svn_path)),
branch_utility.py 9 from appengine_url_fetcher import AppEngineUrlFetcher
43 AppEngineUrlFetcher(),

Completed in 89 milliseconds