Searched defs:FileException (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DFileException.h40 class FileException : public ExceptionBase { class in namespace:WebCore
42 static PassRefPtr<FileException> create(const ExceptionCodeDescription& description)
44 return adoptRef(new FileException(description));
73 FileException(const ExceptionCodeDescription& description) function in class:WebCore::FileException

Completed in 48 milliseconds