Searched refs:QUOTA_EXCEEDED_ERR (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/dom/
H A DExceptionCode.h63 QUOTA_EXCEEDED_ERR = 22, enumerator in enum:WebCore::__anon5628
H A DDOMCoreException.idl76 const unsigned short QUOTA_EXCEEDED_ERR = 22;
/macosx-10.10/WebCore-7600.1.25/fileapi/
H A DFileError.idl46 const unsigned short QUOTA_EXCEEDED_ERR = 10;
H A DFileError.h52 QUOTA_EXCEEDED_ERR = 10, enumerator in enum:WebCore::FileError::ErrorCode
H A DFileException.idl57 const unsigned short QUOTA_EXCEEDED_ERR = 10;
H A DFileException.h58 QUOTA_EXCEEDED_ERR = FileExceptionOffset + 10, enumerator in enum:WebCore::FileException::FileExceptionCode
/macosx-10.10/WebCore-7600.1.25/page/
H A DCrypto.cpp72 ec = QUOTA_EXCEEDED_ERR;
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorage.cpp109 ec = QUOTA_EXCEEDED_ERR;
117 ec = QUOTA_EXCEEDED_ERR;
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DIDBDatabaseException.cpp56 { "QuotaExceededError", "The operation failed because there was not enough remaining storage space, or the storage quota was reached and the user declined to give more space to the database.", QUOTA_EXCEEDED_ERR },
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorDOMStorageAgent.cpp134 *errorString = ExceptionCodeDescription(QUOTA_EXCEEDED_ERR).name;
/macosx-10.10/WebCore-7600.1.25/Modules/mediasource/
H A DMediaSource.cpp534 ASSERT(ec == NOT_SUPPORTED_ERR || ec == QUOTA_EXCEEDED_ERR);
536 // 3. If the user agent can't handle any more SourceBuffer objects then throw a QUOTA_EXCEEDED_ERR exception and abort these steps
841 // a QUOTA_EXCEEDED_ERR exception and abort these steps.
842 ec = QUOTA_EXCEEDED_ERR;
H A DSourceBuffer.cpp421 // 5. If the buffer full flag equals true, then throw a QUOTA_EXCEEDED_ERR exception and abort these step.
423 LOG(MediaSource, "SourceBuffer::appendBufferInternal(%p) - buffer full, failing with QUOTA_EXCEEDED_ERR error", this);
424 ec = QUOTA_EXCEEDED_ERR;

Completed in 227 milliseconds