Searched refs:TypeMismatchError (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/ |
D | V8SQLTransactionCustom.cpp | 62 …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/ |
D | Crypto.cpp | 63 … 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/ |
D | RTCSessionDescription.cpp | 55 … exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); in create() 85 … exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type)); in setType()
|
D | RTCPeerConnection.cpp | 318 …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()
|
D | RTCIceCandidate.cpp | 46 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::incorrectPropertyType("cand… in create()
|
D | MediaStream.cpp | 176 … exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid."); in addTrack() 204 … exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid."); in removeTrack()
|
D | RTCDataChannel.cpp | 173 exceptionState.throwDOMException(TypeMismatchError, "Unknown binary type : " + binaryType); in setBinaryType()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ExceptionCode.h | 52 TypeMismatchError, // Historical; use TypeError instead enumerator
|
D | Element.cpp | 1805 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in setAttributeNode() 1864 …exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType… in removeAttributeNode()
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | FileWriterSync.cpp | 48 exceptionState.throwDOMException(TypeMismatchError, FileError::typeMismatchErrorMessage); in write()
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
D | FileError.cpp | 79 return TypeMismatchError; in errorCodeToExceptionCode()
|
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/ |
D | HTMLMediaElementEncryptedMedia.cpp | 379 exceptionState.throwDOMException(TypeMismatchError, "The key provided is invalid."); in addKey()
|