Home
last modified time | relevance | path

Searched refs:InvalidAccessError (Results 1 – 25 of 28) sorted by relevance

12

/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 …]
DInternalSettings.cpp42 … exceptionState.throwDOMException(InvalidAccessError, "The settings object cannot be obtained."); \
48 … exceptionState.throwDOMException(InvalidAccessError, "The settings object cannot be obtained."); \
54 … exceptionState.throwDOMException(InvalidAccessError, "The page object cannot be obtained."); \
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DSourceBuffer.cpp225 …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()
333 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("start",… in remove()
339 …exceptionState.throwDOMException(InvalidAccessError, "The end value provided (" + String::number(e… in remove()
620 … exceptionState.throwDOMException(InvalidAccessError, "The stream provided has been neutered."); in appendStreamInternal()
DMediaSource.cpp125 exceptionState.throwDOMException(InvalidAccessError, "The type provided is empty."); in addSourceBuffer()
370 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(duration,… in setDuration()
374 …exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("… in setDuration()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h49 InvalidAccessError, enumerator
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLResultSet.cpp59 …exceptionState.throwDOMException(InvalidAccessError, "The query didn't result in any rows being ad… in insertId()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DSimpleContentDecryptionModuleResult.cpp27 return InvalidAccessError; in WebCdmExceptionToExceptionCode()
DMediaKeySession.cpp317 … scriptState, DOMException::create(InvalidAccessError, "The initDataType parameter is empty.")); in generateRequestInternal()
324 … scriptState, DOMException::create(InvalidAccessError, "The initData parameter is empty.")); in generateRequestInternal()
385 … scriptState, DOMException::create(InvalidAccessError, "The response parameter is empty.")); in updateInternal()
DMediaKeys.cpp158 …return createRejectedPromise(scriptState, InvalidAccessError, "The keySystem parameter is empty."); in create()
DHTMLMediaElementEncryptedMedia.cpp40 …exceptionState.throwDOMException(InvalidAccessError, "The session ID provided ('" + sessionId + "'… in throwExceptionIfMediaKeyExceptionOccurred()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp763 exceptionState.throwDOMException(InvalidAccessError, "Failed to obtain a double value."); in getDoubleValue()
949 …exceptionState.throwDOMException(InvalidAccessError, "This object's value cannot be represented as… in getStringValue()
977 exceptionState.throwDOMException(InvalidAccessError, "This object is not a counter value."); in getCounterValue()
987 exceptionState.throwDOMException(InvalidAccessError, "This object is not a rect value."); in getRectValue()
997 exceptionState.throwDOMException(InvalidAccessError, "This object is not a quad value."); in getQuadValue()
1007 … exceptionState.throwDOMException(InvalidAccessError, "This object is not an RGB color value."); in getRGBColorValue()
1018 exceptionState.throwDOMException(InvalidAccessError, "This object is not a pair value."); in getPairValue()
/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorker.cpp58 exceptionState.throwDOMException(InvalidAccessError, "The context provided is invalid."); in create()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp354 …exceptionState.throwDOMException(InvalidAccessError, "Timeouts cannot be set for synchronous reque… in setTimeout()
379 …exceptionState.throwDOMException(InvalidAccessError, "The response type cannot be changed for sync… in setResponseType()
577 …exceptionState.throwDOMException(InvalidAccessError, "Synchronous requests are disabled for this p… in open()
584 …exceptionState.throwDOMException(InvalidAccessError, "Synchronous requests from a document must no… in open()
590 …exceptionState.throwDOMException(InvalidAccessError, "Synchronous requests must not set a timeout.… in open()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCryptoResultImpl.cpp84 return InvalidAccessError; in webCryptoErrorToExceptionCode()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGMatrixTearOff.cpp170 exceptionState.throwDOMException(InvalidAccessError, "Arguments cannot be zero."); in rotateFromVector()
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
DMIDIOutput.cpp82 …exceptionState.throwDOMException(InvalidAccessError, "System exclusive message is not allowed " + … in process()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerGlobalScope.cpp165 exceptionState.throwDOMException(InvalidAccessError, "Not supported."); in close()
DServiceWorker.cpp101 exceptionState.throwDOMException(InvalidAccessError, "Not supported."); in terminate()
DCache.cpp313 return DOMException::create(InvalidAccessError, "Entry already exists."); in domExceptionForCacheError()
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBDatabase.cpp244 …exceptionState.throwDOMException(InvalidAccessError, "The autoIncrement option was set but the key… in createObjectStore()
303 exceptionState.throwDOMException(InvalidAccessError, "The storeNames parameter was empty."); in transaction()
DIDBObjectStore.cpp440 …exceptionState.throwDOMException(InvalidAccessError, "The keyPath argument was an array and the mu… in createIndex()
/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceUserTiming.cpp126 …exceptionState.throwDOMException(InvalidAccessError, "'" + markName + "' is empty: either the even… in findExistingMarkStartTime()
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
DShadowRoot.cpp124 … exceptionState.throwDOMException(InvalidAccessError, "The ShadowRoot does not have a host."); in setInnerHTML()
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DDOMWebSocket.cpp471 …exceptionState.throwDOMException(InvalidAccessError, "The code must be either 1000, or between 300… in closeInternal()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8WindowCustom.cpp82 …exceptionState.throwDOMException(InvalidAccessError, "No script context is available in which to e… in windowSetTimeoutImpl()

12