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

  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_url_fetcher.py 38 def FetchAsync(self, url, username=None, password=None):
rietveld_patcher.py 29 tarball = fetcher.FetchAsync('tarball/%s/%s' % (issue, patchset))
branch_utility.py 56 self._fetch_result = self._fetcher.FetchAsync(fetch_url)
57 self._history_result = self._fetcher.FetchAsync(history_url)
subversion_file_system.py 110 fetches = [(path, fetcher.FetchAsync(apply_args(path))) for path in paths]
181 result_future = self._stat_fetcher.FetchAsync(directory)
fake_url_fetcher.py 53 def FetchAsync(self, url):
107 def FetchAsync(self, url, **kwargs):
130 def FetchAsync(self, url, **kwargs):
132 future = self._fetcher.FetchAsync(url, **kwargs)
subversion_file_system_test.py 86 def FetchAsync(self, path):
github_file_system.py 35 fetch = fetcher.FetchAsync(ZIP_KEY, username=username, password=password)

Completed in 403 milliseconds