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

  /external/chromium_org/chrome/browser/chromeos/drive/
file_errors.h 43 base::PlatformFileError FileErrorToPlatformError(FileError error);
fileapi_worker.cc 50 callback.Run(FileErrorToPlatformError(error));
58 callback.Run(FileErrorToPlatformError(error), base::PlatformFileInfo());
74 callback.Run(FileErrorToPlatformError(error),
107 FileErrorToPlatformError(error),
143 callback.Run(FileErrorToPlatformError(error), local_path, close_callback);
163 callback.Run(FileErrorToPlatformError(error),
file_errors.cc 75 base::PlatformFileError FileErrorToPlatformError(FileError error) {
drive_file_stream_reader.cc 29 return net::PlatformFileErrorToNetError(FileErrorToPlatformError(error));

Completed in 93 milliseconds