HomeSort by relevance Sort by last modified time
    Searched full:incorrectpropertytype (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.cpp 47 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::incorrectPropertyType("candidate", "is not a string, or is empty."));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionMessages.cpp 89 String ExceptionMessages::incorrectPropertyType(const String& property, const String& detail)
ExceptionMessages.h 68 static String incorrectPropertyType(const String& property, const String& detail);
Dictionary.h 343 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a " + context.typeName() + " type."));
Dictionary.cpp 195 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "is not of type 'double'."));
584 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a Dictionary type."));

Completed in 200 milliseconds