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

  /external/chromium_org/chrome/common/extensions/docs/server2/
subversion_file_system.py 11 from appengine_wrappers import IsDownloadError
147 if skip_not_found and IsDownloadError(e): continue
148 exc_type = (FileNotFoundError if IsDownloadError(e)
181 exc_type = FileNotFoundError if IsDownloadError(e) else FileSystemError
gitiles_file_system.py 15 from appengine_wrappers import IsDownloadError, app_identity
91 if skip_not_found and IsDownloadError(e):
93 exc_type = FileNotFoundError if IsDownloadError(e) else FileSystemError
appengine_wrappers.py 14 def IsDownloadError(error):

Completed in 485 milliseconds