HomeSort by relevance Sort by last modified time
    Searched refs:TypeMismatchError (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 51 TypeMismatchError, // Historical; use TypeError instead
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Crypto.cpp 64 exceptionState.throwDOMException(TypeMismatchError, "The provided ArrayBufferView is null.");
68 exceptionState.throwDOMException(TypeMismatchError, String::format("The provided ArrayBufferView is of type '%s', which is not an integer array type.", array->typeName()));
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCSessionDescription.cpp 56 exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type));
87 exceptionState.throwDOMException(TypeMismatchError, constructIllegalTypeExceptionMessage(type));
RTCIceCandidate.cpp 47 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::incorrectPropertyType("candidate", "is not a string, or is empty."));
RTCPeerConnection.cpp 265 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCSessionDescription"));
289 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCSessionDescription"));
330 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCIceCandidate"));
345 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "RTCIceCandidate"));
425 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "MediaStream"));
449 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "MediaStream"));
MediaStream.cpp 177 exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid.");
207 exceptionState.throwDOMException(TypeMismatchError, "The MediaStreamTrack provided is invalid.");
RTCDataChannel.cpp 179 exceptionState.throwDOMException(TypeMismatchError, "Unknown binary type : " + binaryType);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SQLTransactionCustom.cpp 63 exceptionState.throwDOMException(TypeMismatchError, "The 'arguments' (2nd) argument provided is not an object.");
97 exceptionState.throwDOMException(TypeMismatchError, "The 'callback' (2nd) argument provided is not a function.");
107 exceptionState.throwDOMException(TypeMismatchError, "The 'errorCallback' (3rd) argument provided is not a function.");
V8SQLTransactionSyncCustom.cpp 62 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "DOMString"));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Callback.h 69 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(index, "Function"));
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp 79 return TypeMismatchError;
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriterSync.cpp 48 exceptionState.throwDOMException(TypeMismatchError, FileError::typeMismatchErrorMessage);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 343 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
HTMLMediaElementEncryptedMedia.cpp 193 exceptionState.throwDOMException(TypeMismatchError, "The key provided is invalid.");
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 95 TYPE_MISMATCH_ERR: 'TypeMismatchError',
    [all...]

Completed in 585 milliseconds