Home
last modified time | relevance | path

Searched refs:throwDOMException (Results 1 – 25 of 181) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
DCustomElementException.cpp48 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registere… in throwException()
52 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor proper… in throwException()
56 …exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer val… in throwException()
60 …exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer val… in throwException()
64 …exceptionState.throwDOMException(InvalidStateError, preamble(type) + "The context is no longer val… in throwException()
68 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'e… in throwException()
72 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The tag name specified in 'e… in throwException()
76 exceptionState.throwDOMException(SyntaxError, preamble(type) + "The type name is invalid."); in throwException()
80 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-… in throwException()
84 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype option is not … in throwException()
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBObjectStore.cpp91 … exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); in get()
95 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in get()
99 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in get()
106 exceptionState.throwDOMException(DataError, IDBDatabase::noKeyOrKeyRangeErrorMessage); in get()
110 … exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage); in get()
163 … exceptionState.throwDOMException(InvalidStateError, IDBDatabase::objectStoreDeletedErrorMessage); in put()
167 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in put()
171 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in put()
175 … exceptionState.throwDOMException(ReadOnlyError, IDBDatabase::transactionReadOnlyErrorMessage); in put()
194 …exceptionState.throwDOMException(DataError, "The object store uses in-line keys and the key parame… in put()
[all …]
DIDBCursor.cpp98 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage); in update()
102 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::isKeyCursorErrorMessage); in update()
106 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage); in update()
110 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in update()
114 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in update()
118 …exceptionState.throwDOMException(ReadOnlyError, "The record may not be updated inside a read-only … in update()
134 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::noValueErrorMessage); in advance()
138 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::sourceDeletedErrorMessage); in advance()
143 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in advance()
147 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in advance()
[all …]
DIDBIndex.cpp77 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); in openCursor()
81 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in openCursor()
85 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in openCursor()
97 … exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage); in openCursor()
116 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); in count()
120 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in count()
124 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in count()
133 … exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage); in count()
146 exceptionState.throwDOMException(InvalidStateError, IDBDatabase::indexDeletedErrorMessage); in openKeyCursor()
150 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in openKeyCursor()
[all …]
DIDBKeyRange.cpp47 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in fromScriptValue()
81 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in only()
92 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in only()
103 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in lowerBound()
114 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in upperBound()
127 exceptionState.throwDOMException(DataError, IDBDatabase::notValidKeyErrorMessage); in bound()
131 exceptionState.throwDOMException(DataError, "The lower key is greater than the upper key."); in bound()
135 …exceptionState.throwDOMException(DataError, "The lower key and upper key are equal and one of the … in bound()
DIDBDatabase.cpp221 …exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorM… in createObjectStore()
225 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in createObjectStore()
229 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in createObjectStore()
234 …exceptionState.throwDOMException(ConstraintError, "An object store with the specified name already… in createObjectStore()
239 … exceptionState.throwDOMException(SyntaxError, "The keyPath option is not a valid key path."); in createObjectStore()
244 …exceptionState.throwDOMException(InvalidAccessError, "The autoIncrement option was set but the key… in createObjectStore()
249 … exceptionState.throwDOMException(InvalidStateError, IDBDatabase::databaseClosedErrorMessage); in createObjectStore()
270 …exceptionState.throwDOMException(InvalidStateError, IDBDatabase::notVersionChangeTransactionErrorM… in deleteObjectStore()
274 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionFinishedErrorMe… in deleteObjectStore()
278 …exceptionState.throwDOMException(TransactionInactiveError, IDBDatabase::transactionInactiveErrorMe… in deleteObjectStore()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAngleTearOff.cpp52 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValue()
63 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueInSpecifiedUnits()
74 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in newValueSpecifiedUnits()
79 …exceptionState.throwDOMException(NotSupportedError, "Cannot set value with unknown or invalid unit… in newValueSpecifiedUnits()
90 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in convertToSpecifiedUnits()
95 …exceptionState.throwDOMException(NotSupportedError, "Cannot convert to unknown or invalid units ("… in convertToSpecifiedUnits()
107 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueAsString()
117 … exceptionState.throwDOMException(SyntaxError, "The value provided ('" + value + "') is invalid."); in setValueAsString()
DSVGLengthTearOff.cpp69 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValue()
86 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueInSpecifiedUnits()
101 es.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setValueAsString()
112 exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in newValueSpecifiedUnits()
117 …exceptionState.throwDOMException(NotSupportedError, "Cannot set value with unknown or invalid unit… in newValueSpecifiedUnits()
128 exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in convertToSpecifiedUnits()
133 …exceptionState.throwDOMException(NotSupportedError, "Cannot convert to unknown or invalid units ("… in convertToSpecifiedUnits()
DSVGTransformTearOff.cpp60 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setMatrix()
71 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setTranslate()
82 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setScale()
93 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setRotate()
104 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setSkewX()
115 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setSkewY()
DSVGStringListTearOff.h59 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in clear()
70 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in initialize()
88 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in insertItemBefore()
101 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in replaceItem()
120 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in removeItem()
133 … exceptionState.throwDOMException(NoModificationAllowedError, "The object is read-only."); in appendItem()
DSVGLengthContext.cpp113 …exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType… in convertValueToUserUnits()
145 …exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::argumentNullOrIncorrectType… in convertValueFromUserUnits()
177 … exceptionState.throwDOMException(NotSupportedError, "The viewport could not be determined."); in convertValueFromUserUnitsToPercentage()
198 … exceptionState.throwDOMException(NotSupportedError, "The viewport could not be determined."); in convertValueFromPercentageToUserUnits()
236 exceptionState.throwDOMException(NotSupportedError, "No context could be found."); in convertValueFromUserUnitsToEMS()
242 exceptionState.throwDOMException(NotSupportedError, "No font-size could be determined."); in convertValueFromUserUnitsToEMS()
253 exceptionState.throwDOMException(NotSupportedError, "No context could be found."); in convertValueFromEMSToUserUnits()
264 exceptionState.throwDOMException(NotSupportedError, "No context could be found."); in convertValueFromUserUnitsToEXS()
272 exceptionState.throwDOMException(NotSupportedError, "No x-height could be determined."); in convertValueFromUserUnitsToEXS()
283 exceptionState.throwDOMException(NotSupportedError, "No context could be found."); in convertValueFromEXSToUserUnits()
DSVGPreserveAspectRatioTearOff.cpp43 exceptionState.throwDOMException(NotSupportedError, "The alignment provided is invalid."); in setAlign()
47 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setAlign()
57 exceptionState.throwDOMException(NotSupportedError, "The meetOrSlice provided is invalid."); in setMeetOrSlice()
61 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setMeetOrSlice()
DSVGRectTearOff.cpp48 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setX()
59 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setY()
70 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setWidth()
81 exceptionState.throwDOMException(NoModificationAllowedError, "The attribute is read-only."); in setHeight()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DOfflineAudioContext.cpp44 exceptionState.throwDOMException( in create()
53 exceptionState.throwDOMException(SyntaxError, "number of frames cannot be zero."); in create()
58 exceptionState.throwDOMException( in create()
71 exceptionState.throwDOMException( in create()
83 exceptionState.throwDOMException( in create()
DAudioContext.cpp89 exceptionState.throwDOMException( in create()
243 exceptionState.throwDOMException( in decodeAudioData()
267 exceptionState.throwDOMException( in createMediaElementSource()
275 exceptionState.throwDOMException( in createMediaElementSource()
293 exceptionState.throwDOMException( in createMediaStreamSource()
301 exceptionState.throwDOMException( in createMediaStreamSource()
350 exceptionState.throwDOMException( in createScriptProcessor()
354 exceptionState.throwDOMException( in createScriptProcessor()
360 exceptionState.throwDOMException( in createScriptProcessor()
366 exceptionState.throwDOMException( in createScriptProcessor()
[all …]
DAnalyserNode.cpp80 exceptionState.throwDOMException( in setFftSize()
93 exceptionState.throwDOMException( in setMinDecibels()
104 exceptionState.throwDOMException( in setMaxDecibels()
115 exceptionState.throwDOMException( in setSmoothingTimeConstant()
/external/chromium_org/third_party/WebKit/Source/core/html/
DImageData.cpp72 …exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is zero or not a nu… in create()
80 …exceptionState.throwDOMException(IndexSizeError, "The requested image size exceeds the supported r… in create()
100 … exceptionState.throwDOMException(IndexSizeError, "The source width is zero or not a number."); in create()
106 exceptionState.throwDOMException(IndexSizeError, "The input data has a zero byte length."); in create()
110 …exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not a multiple of … in create()
115 …exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not a multiple of … in create()
121 …exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not equal to (4 * … in create()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp308 exceptionState.throwDOMException(InvalidAccessError, "No context document is available."); in updateStyleAndReturnAffectedElementCount()
321 exceptionState.throwDOMException(InvalidAccessError, "No context frame is available."); in needsLayoutCount()
335 exceptionState.throwDOMException(InvalidAccessError, "Must supply document to check"); in hitTestCount()
367 … exceptionState.throwDOMException(InvalidAccessError, "The element is not an insertion point."); in isValidContentSelect()
391 … exceptionState.throwDOMException(InvalidAccessError, "The host element does not have a shadow."); in hasSelectorForIdInShadow()
402 … exceptionState.throwDOMException(InvalidAccessError, "The host element does not have a shadow."); in hasSelectorForClassInShadow()
413 … exceptionState.throwDOMException(InvalidAccessError, "The host element does not have a shadow."); in hasSelectorForAttributeInShadow()
424 … exceptionState.throwDOMException(InvalidAccessError, "The host element does not have a shadow."); in hasSelectorForPseudoClassInShadow()
438 …exceptionState.throwDOMException(InvalidAccessError, String::format("The %s node is neither a docu… in compareTreeScopePosition()
447 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("… in pauseAnimations()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileReaderSync.cpp51 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); in readAsArrayBuffer()
64 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); in readAsBinaryString()
76 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); in readAsText()
89 exceptionState.throwDOMException(NotFoundError, FileError::notFoundErrorMessage); in readAsDataURL()
103 FileError::throwDOMException(exceptionState, loader.errorCode()); in startLoading()
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp62 …exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the p… in throwExceptionIfRemovedOrUpdating()
66 …exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer is still processing an 'app… in throwExceptionIfRemovedOrUpdating()
153 …exceptionState.throwDOMException(InvalidStateError, "The mode may not be set while the SourceBuffe… in setMode()
167 …exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the p… in buffered()
199 …exceptionState.throwDOMException(InvalidStateError, "The timestamp offset may not be set while the… in setTimestampOffset()
225 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("value",… in setAppendWindowStart()
252 … exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(end)); in setAppendWindowEnd()
258 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("… in setAppendWindowEnd()
305 …exceptionState.throwDOMException(InvalidStateError, "This SourceBuffer has been removed from the p… in abort()
309 …exceptionState.throwDOMException(InvalidStateError, "The parent media source's readyState is not '… in abort()
[all …]
DMediaSource.cpp61 …exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'."); in throwExceptionIfClosedOrUpdating()
65 …exceptionState.throwDOMException(InvalidStateError, "The 'updating' attribute is true on one or mo… in throwExceptionIfClosedOrUpdating()
125 exceptionState.throwDOMException(InvalidAccessError, "The type provided is empty."); in addSourceBuffer()
132 …exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is unsuppo… in addSourceBuffer()
139 …exceptionState.throwDOMException(InvalidStateError, "The MediaSource's readyState is not 'open'."); in addSourceBuffer()
172 …exceptionState.throwDOMException(NotFoundError, "The SourceBuffer provided is not contained in thi… in removeSourceBuffer()
370 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(duration,… in setDuration()
374 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("… in setDuration()
564 …exceptionState.throwDOMException(NotSupportedError, "The type provided ('" + type + "') is not sup… in createWebSourceBuffer()
571 …exceptionState.throwDOMException(QuotaExceededError, "This MediaSource has reached the limit of So… in createWebSourceBuffer()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DHTMLMediaElementEncryptedMedia.cpp34 exceptionState.throwDOMException(InvalidStateError, "The player is in an invalid state."); in throwExceptionIfMediaKeyExceptionOccurred()
37 …exceptionState.throwDOMException(NotSupportedError, "The key system provided ('" + keySystem +"') … in throwExceptionIfMediaKeyExceptionOccurred()
40 …exceptionState.throwDOMException(InvalidAccessError, "The session ID provided ('" + sessionId + "'… in throwExceptionIfMediaKeyExceptionOccurred()
324 …exceptionState.throwDOMException(InvalidStateError, "Mixed use of EME prefixed and unprefixed API … in generateKeyRequest()
329 exceptionState.throwDOMException(SyntaxError, "The key system provided is empty."); in generateKeyRequest()
334 exceptionState.throwDOMException(InvalidStateError, "No media has been loaded."); in generateKeyRequest()
364 …exceptionState.throwDOMException(InvalidStateError, "Mixed use of EME prefixed and unprefixed API … in addKey()
369 exceptionState.throwDOMException(SyntaxError, "The key system provided is empty."); in addKey()
374 exceptionState.throwDOMException(SyntaxError, "The key provided is invalid."); in addKey()
379 exceptionState.throwDOMException(TypeMismatchError, "The key provided is invalid."); in addKey()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp158 exceptionState.throwDOMException(NotFoundError, "The node provided was null."); in setStart()
181 exceptionState.throwDOMException(NotFoundError, "The node provided was null."); in setEnd()
224 exceptionState.throwDOMException(HierarchyRequestError, "The node provided was null."); in isPointInRange()
247 …exceptionState.throwDOMException(WrongDocumentError, "The node provided is not in an active docume… in comparePoint()
252 …exceptionState.throwDOMException(WrongDocumentError, "The node provided is not in this Range's Doc… in comparePoint()
282 exceptionState.throwDOMException(NotFoundError, "The node provided was null."); in compareNode()
302 exceptionState.throwDOMException(NotFoundError, "The provided node has no parent."); in compareNode()
320 …exceptionState.throwDOMException(NotSupportedError, "The comparison method provided must be one of… in compareBoundaryPoints()
327 …exceptionState.throwDOMException(WrongDocumentError, "The source range is in a different document … in compareBoundaryPoints()
338 …exceptionState.throwDOMException(WrongDocumentError, "The source range is in a different document … in compareBoundaryPoints()
[all …]
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCDTMFSender.cpp51 …exceptionState.throwDOMException(NotSupportedError, "The MediaStreamTrack provided is not an eleme… in create()
104 …exceptionState.throwDOMException(NotSupportedError, "The 'canInsertDTMF' attribute is false: this … in insertDTMF()
109 …exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexOutsideRange("duration", dur… in insertDTMF()
114 …exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexExceedsMinimumBound("interto… in insertDTMF()
122 … exceptionState.throwDOMException(SyntaxError, "Could not send provided tones, '" + tones + "'."); in insertDTMF()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindowBase64.cpp49 …exceptionState.throwDOMException(InvalidCharacterError, "The string to be encoded contains charact… in btoa()
62 …exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded contains charact… in atob()
67 …exceptionState.throwDOMException(InvalidCharacterError, "The string to be decoded is not correctly… in atob()

12345678