Home
last modified time | relevance | path

Searched refs:NotSupportedError (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLengthContext.cpp101 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueToUserUnits()
133 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromUserUnits()
165 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromUserUnitsToPercentage()
186 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromPercentageToUserUnits()
224 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromUserUnitsToEMS()
230 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromUserUnitsToEMS()
241 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromEMSToUserUnits()
252 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromUserUnitsToEXS()
260 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromUserUnitsToEXS()
271 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertValueFromEXSToUserUnits()
DSVGAngle.cpp177 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in newValueSpecifiedUnits()
190 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in convertToSpecifiedUnits()
DSVGPreserveAspectRatio.cpp43 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in setAlign()
53 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in setMeetOrSlice()
/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()
64 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in throwException()
80 …exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-… in throwException()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMeterElement.cpp81 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(min)); in setMin()
95 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(max)); in setMax()
110 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(value)); in setValue()
125 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(low)); in setLow()
140 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(high)); in setHigh()
155 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(optimum)); in setOptimum()
DHTMLProgressElement.cpp104 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(value)); in setValue()
119 … exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(max)); in setMax()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DMediaKeys.cpp53 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in create()
61 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in create()
104 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in createSession()
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DNavigatorMediaStream.cpp55 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in webkitGetUserMedia()
61 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in webkitGetUserMedia()
DRTCDTMFSender.cpp50 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in create()
104 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in insertDTMF()
DMediaStreamTrack.cpp128 …exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::failedToExecute("getSources… in getSources()
137 …exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::failedToExecute("stop", "Me… in stopTrack()
DRTCDataChannel.cpp53 exceptionState.throwDOMException(NotSupportedError, "Blob support not implemented yet"); in throwNoBlobSupportException()
66 exceptionState.throwDOMException(NotSupportedError, "RTCDataChannel is not supported"); in create()
DRTCPeerConnection.cpp146 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in RTCPeerConnection()
152 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in RTCPeerConnection()
159 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in RTCPeerConnection()
316 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in addIceCandidate()
/external/chromium_org/third_party/WebKit/Source/web/
DStorageQuotaChromium.cpp57 …ionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); in requestQuota()
66 …ionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); in requestQuota()
/external/chromium_org/third_party/WebKit/Source/modules/quota/
DStorageQuota.cpp60 …ionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); in queryUsageAndQuota()
66 …ionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); in queryUsageAndQuota()
DStorageInfo.cpp60 …ionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); in queryUsageAndQuota()
72 …ionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError)); in requestQuota()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathEvaluator.cpp56 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null."); in evaluate()
61 …exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeNa… in evaluate()
DXPathExpression.cpp63 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null."); in evaluate()
68 …exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeNa… in evaluate()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKey.cpp181 … exceptionState.throwDOMException(NotSupportedError, "key.usages does not permit this operation"); in canBeUsedForAlgorithm()
186 …exceptionState.throwDOMException(NotSupportedError, "key.algorithm does not match that of operatio… in canBeUsedForAlgorithm()
198 …exceptionState.throwDOMException(NotSupportedError, "key.algorithm does not match that of operatio… in canBeUsedForAlgorithm()
DSubtleCrypto.cpp196 exceptionState.throwDOMException(NotSupportedError, "key is not extractable"); in exportKey()
227 exceptionState.throwDOMException(NotSupportedError, "key is not extractable"); in wrapKey()
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DMediaSource.cpp88 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError); in addSourceBuffer()
105 … ASSERT(exceptionState.code() == NotSupportedError || exceptionState.code() == QuotaExceededError); in addSourceBuffer()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h40 NotSupportedError, enumerator
DDataTransferItemList.cpp87 …exceptionState.throwDOMException(NotSupportedError, "An item already exists for type '" + type + "… in add()
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DDelayNode.cpp45 NotSupportedError, in DelayNode()
DOfflineAudioContext.cpp44 NotSupportedError, in create()
DAudioContext.cpp303 NotSupportedError, in createBuffer()
307 NotSupportedError, in createBuffer()
314 NotSupportedError, in createBuffer()
318 NotSupportedError, in createBuffer()

12