Home
last modified time | relevance | path

Searched refs:FILE_ERROR_SOURCE_WRITE (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/base/
Dfile_stream_context_win.cc133 error_source_ = FILE_ERROR_SOURCE_WRITE; in WriteAsync()
143 RecordError(error, FILE_ERROR_SOURCE_WRITE); in WriteAsync()
157 RecordError(error, FILE_ERROR_SOURCE_WRITE); in WriteSync()
Dfile_stream_metrics.h14 FILE_ERROR_SOURCE_WRITE, enumerator
Dfile_stream_context_posix.cc123 FILE_ERROR_SOURCE_WRITE)); in WriteAsync()
133 RecordError(result, FILE_ERROR_SOURCE_WRITE); in WriteSync()
Dfile_stream_metrics.cc55 case FILE_ERROR_SOURCE_WRITE: in RecordFileError()