Searched refs:NOT_READABLE_ERR (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileError.idl40 const unsigned short NOT_READABLE_ERR = 4;
H A DFileError.h46 NOT_READABLE_ERR = 4, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.idl51 const unsigned short NOT_READABLE_ERR = 4;
H A DFileException.h52 NOT_READABLE_ERR = FileExceptionOffset + 4, enumerator in enum:WebCore::FileException::FileExceptionCode
H A DFileReaderLoader.cpp155 failed(FileError::NOT_READABLE_ERR);
163 failed(FileError::NOT_READABLE_ERR);
187 failed(FileError::NOT_READABLE_ERR);
235 failed(FileError::NOT_READABLE_ERR);
254 return FileError::NOT_READABLE_ERR;

Completed in 204 milliseconds