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

/external/webkit/Source/WebCore/fileapi/
H A DFileError.idl41 const unsigned short NOT_READABLE_ERR = 4;
H A DFileError.h48 NOT_READABLE_ERR = 4, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.idl51 const unsigned short NOT_READABLE_ERR = 4;
H A DFileException.h54 NOT_READABLE_ERR = FileExceptionOffset + 4, enumerator in enum:WebCore::FileException::FileExceptionCode
H A DFileReaderLoader.cpp139 failed(FileError::NOT_READABLE_ERR);
147 failed(FileError::NOT_READABLE_ERR);
196 failed(FileError::NOT_READABLE_ERR);
215 return FileError::NOT_READABLE_ERR;
/external/webkit/Source/WebCore/dom/
H A DExceptionCode.h65 , NOT_READABLE_ERR = 24 enumerator in enum:WebCore::__anon13184
/external/webkit/Source/WebKit/chromium/src/
H A DAssertMatchingEnums.cpp406 COMPILE_ASSERT_MATCHING_ENUM(WebFileErrorNotReadable, FileError::NOT_READABLE_ERR);

Completed in 94 milliseconds