Home
last modified time | relevance | path

Searched refs:TypeMismatchError (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
DV8SQLTransactionCustom.cpp62 …exceptionState.throwDOMException(TypeMismatchError, "The 'arguments' (2nd) argument provided is no… in executeSqlMethodCustom()
96 …exceptionState.throwDOMException(TypeMismatchError, "The 'callback' (2nd) argument provided is not… in executeSqlMethodCustom()
108 …exceptionState.throwDOMException(TypeMismatchError, "The 'errorCallback' (3rd) argument provided i… in executeSqlMethodCustom()
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DCrypto.cpp63 … exceptionState.throwDOMException(TypeMismatchError, "The provided ArrayBufferView is null."); in getRandomValues()
67 …exceptionState.throwDOMException(TypeMismatchError, String::format("The provided ArrayBufferView i… in getRandomValues()
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCSessionDescription.cpp55 … exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); in create()
85 … exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); in setType()
DRTCPeerConnection.cpp318 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in setLocalDescription()
341 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in setRemoteDescription()
382 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in addIceCandidate()
397 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in addIceCandidate()
476 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in addStream()
500 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in removeStream()
DRTCIceCandidate.cpp46 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::incorrectPropertyType("cand… in create()
DMediaStream.cpp176 … exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid."); in addTrack()
204 … exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid."); in removeTrack()
DRTCDataChannel.cpp173 exceptionState.throwDOMException(TypeMismatchError, "Unknown binary type : " + binaryType); in setBinaryType()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExceptionCode.h52 TypeMismatchError, // Historical; use TypeError instead enumerator
DElement.cpp1805 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in setAttributeNode()
1864 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in removeAttributeNode()
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DFileWriterSync.cpp48 exceptionState.throwDOMException(TypeMismatchError, FileError::typeMismatchErrorMessage); in write()
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
DFileError.cpp79 return TypeMismatchError; in errorCodeToExceptionCode()
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DHTMLMediaElementEncryptedMedia.cpp379 exceptionState.throwDOMException(TypeMismatchError, "The key provided is invalid."); in addKey()