HomeSort by relevance Sort by last modified time
    Searched refs:NotSupportedError (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementException.cpp 48 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Elements cannot be registered from extensions.");
52 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "Prototype constructor property is not configurable.");
64 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
80 exceptionState.throwDOMException(NotSupportedError, preamble(type) + "The prototype is already in-use as an interface prototype object.");
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
NavigatorMediaStream.cpp 55 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
61 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
MediaStreamTrack.cpp 128 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::failedToExecute("getSources", "MediaStreamTrack", "Functionality not implemented yet"));
137 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::failedToExecute("stop", "MediaStreamTrack", "Functionality not implemented yet"));
RTCDTMFSender.cpp 50 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
104 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
RTCDataChannel.cpp 53 exceptionState.throwDOMException(NotSupportedError, "Blob support not implemented yet");
66 exceptionState.throwDOMException(NotSupportedError, "RTCDataChannel is not supported");
RTCPeerConnection.cpp 146 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
152 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
159 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
316 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathEvaluator.cpp 56 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null.");
61 exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type.");
XPathExpression.cpp 63 exceptionState.throwDOMException(NotSupportedError, "The context node provided is null.");
68 exceptionState.throwDOMException(NotSupportedError, "The node provided is '" + contextNode->nodeName() + "', which is not a valid context node type.");
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.cpp 60 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
66 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
StorageInfo.cpp 60 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
72 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
  /external/chromium_org/third_party/WebKit/Source/web/
StorageQuotaChromium.cpp 57 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
66 executionContext->postTask(StorageErrorCallback::CallbackTask::create(errorCallback, NotSupportedError));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 40 NotSupportedError,
DataTransferItemList.cpp 87 exceptionState.throwDOMException(NotSupportedError, "An item already exists for type '" + type + "'.");
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.cpp 51 // 2. If keySystem is not one of the user agent's supported Key Systems, throw a NotSupportedError and abort these steps.
53 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
61 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
101 // a NotSupportedError exception and abort these steps.
104 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.cpp 101 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
133 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
165 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
186 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
224 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
230 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
241 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
252 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
260 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
271 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
    [all...]
SVGAngle.cpp 177 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
190 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
SVGPreserveAspectRatio.cpp 43 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
53 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DelayNode.cpp 45 NotSupportedError,
OfflineAudioContext.cpp 44 NotSupportedError,
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMeterElement.cpp 81 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(min));
95 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(max));
110 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(value));
125 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(low));
140 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(high));
155 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(optimum));
HTMLProgressElement.cpp 104 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(value));
119 exceptionState.throwDOMException(NotSupportedError, ExceptionMessages::notAFiniteNumber(max));
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Key.cpp 181 exceptionState.throwDOMException(NotSupportedError, "key.usages does not permit this operation");
186 exceptionState.throwDOMException(NotSupportedError, "key.algorithm does not match that of operation");
198 exceptionState.throwDOMException(NotSupportedError, "key.algorithm does not match that of operation (HMAC's hash differs)");
SubtleCrypto.cpp 196 exceptionState.throwDOMException(NotSupportedError, "key is not extractable");
227 exceptionState.throwDOMException(NotSupportedError, "key is not extractable");
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.cpp 86 // NotSupportedError exception and abort these steps.
88 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);
105 ASSERT(exceptionState.code() == NotSupportedError || exceptionState.code() == QuotaExceededError);
106 // 2. If type contains a MIME type that is not supported ..., then throw a NotSupportedError exception and abort these steps.
WebKitMediaSource.cpp 85 // NotSupportedError exception and abort these steps.
87 exceptionState.throwUninformativeAndGenericDOMException(NotSupportedError);

Completed in 509 milliseconds

1 2