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

/external/webkit/Source/WebCore/fileapi/
H A DFileException.h65 static int ErrorCodeToExceptionCode(int errorCode) function in class:WebCore::FileException
H A DFileWriterSync.cpp57 ec = FileException::ErrorCodeToExceptionCode(m_error);
86 ec = FileException::ErrorCodeToExceptionCode(m_error);
H A DFileReaderSync.cpp96 ec = FileException::ErrorCodeToExceptionCode(loader.errorCode());
H A DSyncCallbackHelper.h145 m_exceptionCode = FileException::ErrorCodeToExceptionCode(code);
H A DDOMFileSystemSync.cpp260 ec = FileException::ErrorCodeToExceptionCode(errorCallback->error()->code());
H A DFileWriter.cpp194 ec = FileException::ErrorCodeToExceptionCode(errorCode);
/external/webkit/Source/WebCore/storage/
H A DIDBDatabaseException.h62 static int ErrorCodeToExceptionCode(int errorCode) function in class:WebCore::IDBDatabaseException

Completed in 289 milliseconds