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

/macosx-10.10/WebCore-7600.1.25/dom/
H A DExceptionCode.h47 INVALID_STATE_ERR = 11, enumerator in enum:WebCore::__anon5628
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileError.h49 INVALID_STATE_ERR = 7, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.h55 INVALID_STATE_ERR = FileExceptionOffset + 7, enumerator in enum:WebCore::FileException::FileExceptionCode
/macosx-10.10/WebKit2-7600.1.25/DatabaseProcess/IndexedDB/
H A DUniqueIDBDatabase.cpp565 callback(IDBKeyData(), INVALID_STATE_ERR, "Unable to put record into database because it has shut down"); local
588 callback(IDBGetResult(), INVALID_STATE_ERR, "Unable to get record from database because it has shut down"); local
[all...]

Completed in 182 milliseconds