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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/xml/
DOMParser.cpp 37 exceptionState.throwTypeError("Unsupported mime-type specified.");
XMLSerializer.cpp 34 exceptionState.throwTypeError("Invalid node value.");
XPathResult.cpp 98 exceptionState.throwTypeError("The result is not a node set, and therefore cannot be converted to the desired type.");
105 exceptionState.throwTypeError("The result is not a node set, and therefore cannot be converted to the desired type.");
113 exceptionState.throwTypeError("The result is not a node set, and therefore cannot be converted to the desired type.");
130 exceptionState.throwTypeError("The result type is not a number.");
139 exceptionState.throwTypeError("The result type is not a string.");
148 exceptionState.throwTypeError("The result type is not a boolean.");
157 exceptionState.throwTypeError("The result type is not a single node.");
179 exceptionState.throwTypeError("The result type is not a snapshot.");
189 exceptionState.throwTypeError("The result type is not an iterator.");
211 exceptionState.throwTypeError("The result type is not a snapshot.")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
Headers.cpp 77 exceptionState.throwTypeError("Invalid name");
81 exceptionState.throwTypeError("Invalid value");
86 exceptionState.throwTypeError("Headers are immutable");
110 exceptionState.throwTypeError("Invalid name");
115 exceptionState.throwTypeError("Headers are immutable");
139 exceptionState.throwTypeError("Invalid name");
154 exceptionState.throwTypeError("Invalid name");
169 exceptionState.throwTypeError("Invalid name");
183 exceptionState.throwTypeError("Invalid name");
187 exceptionState.throwTypeError("Invalid value")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8CryptoCustom.cpp 42 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
49 exceptionState.throwTypeError("First argument is not an ArrayBufferView");
V8SubtleCryptoCustom.cpp 26 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
41 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
56 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
71 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
122 exceptionState.throwTypeError("No function was found that matched the signature provided.");
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIOutput.cpp 69 exceptionState.throwTypeError("Running status is not allowed " + getPositionString());
73 exceptionState.throwTypeError("Unexpected end of system exclusive message " + getPositionString());
77 exceptionState.throwTypeError("Reserved status is not allowed " + getPositionString());
87 exceptionState.throwTypeError("System exclusive message is not ended by end of system exclusive message.");
89 exceptionState.throwTypeError("System exclusive message contains a status byte " + getPositionString());
95 exceptionState.throwTypeError("Message is incomplete.");
97 exceptionState.throwTypeError("Unexpected status byte at index " + getPositionString());
213 exceptionState.throwTypeError("The value at index " + String::number(i) + " (" + String::number(unsignedData[i]) + ") is greater than 0xFF.");
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionStatePlaceholder.cpp 48 void NoExceptionStateAssertionChecker::throwTypeError(const String&)
ExceptionStatePlaceholder.h 50 virtual void throwTypeError(const String& message = String()) OVERRIDE { }
63 virtual void throwTypeError(const String& message = String()) OVERRIDE;
ExceptionState.h 80 virtual void throwTypeError(const String& message);
133 virtual void throwTypeError(const String& message = String()) OVERRIDE;
143 virtual void throwTypeError(const String& message = String()) OVERRIDE;
ExceptionState.cpp 97 void ExceptionState::throwTypeError(const String& message)
120 void NonThrowableExceptionState::throwTypeError(const String& message)
147 void TrackExceptionState::throwTypeError(const String& message)
DictionaryHelperForBindings.h 64 context.throwTypeError(ExceptionMessages::incorrectPropertyType(key, "does not have a " + context.typeName() + " type."));
V8ObjectConstructor.cpp 62 V8ThrowException::throwTypeError("Illegal constructor", info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8FileCustom.cpp 44 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
51 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(1, "Array"));
61 exceptionState.throwTypeError("The 3rd argument is not of type Object.");
V8BlobCustom.cpp 50 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(1, "Array"));
58 exceptionState.throwTypeError("The 2nd argument is not of type Object.");
V8MutationObserverCustom.cpp 49 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
56 exceptionState.throwTypeError("Callback argument must be a function");
V8WebGLRenderingContextCustom.cpp 243 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
295 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
308 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(3, info.Length()));
332 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
352 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
364 exceptionState.throwTypeError("parameter 1 is not of type 'WebGLProgram'.");
385 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
397 exceptionState.throwTypeError("parameter 1 is not of type 'WebGLShader'.");
418 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
430 V8ThrowException::throwTypeError(ExceptionMessages::failedToExecute("getUniform", "WebGLRenderingContext", "parameter 1 is not of t (…)
    [all...]
V8DocumentCustom.cpp 72 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(resolverArgumentIndex + 1, "XPathNSResolver"));
V8HTMLDocumentCustom.cpp 73 V8ThrowException::throwTypeError("open is not a function", info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextEncoder.cpp 45 exceptionState.throwTypeError("The encoding label provided ('" + utfLabel + "') is invalid.");
51 exceptionState.throwTypeError("The encoding provided ('" + utfLabel + "') is not one of 'utf-8', 'utf-16', or 'utf-16be'.");
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
dictionary_v8.cpp 33 exceptionState.throwTypeError("member {{member.name}} ('" + string + "') is not a valid enum value.");
38 exceptionState.throwTypeError("member {{member.name}} is not an object.");
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGEnumeration.cpp 76 exceptionState.throwTypeError("The enumeration value provided is 0, which is not settable.");
81 exceptionState.throwTypeError("The enumeration value provided (" + String::number(value) + ") is larger than the largest allowed value (" + String::number(maxExposedEnumValue()) + ").");
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.cpp 68 exceptionState.throwTypeError("Illegal constructor");
92 exceptionState.throwTypeError("Illegal constructor");
96 exceptionState.throwTypeError("Expected a Uint8ClampedArray as first argument.");
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBFactory.cpp 98 exceptionState.throwTypeError("The version provided must not be 0.");
109 exceptionState.throwTypeError("The name provided must not be empty.");
143 exceptionState.throwTypeError("The name provided must not be empty.");
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCPeerConnection.cpp 100 exceptionState.throwTypeError("Malformed RTCIceTransports");
108 exceptionState.throwTypeError("Malformed RTCConfiguration");
115 exceptionState.throwTypeError("Malformed RTCConfiguration");
126 exceptionState.throwTypeError("Malformed RTCIceServer");
140 exceptionState.throwTypeError("Malformed RTCIceServer");
149 exceptionState.throwTypeError("Malformed RTCIceServer");
153 exceptionState.throwTypeError("Malformed RTCIceServer");
164 exceptionState.throwTypeError("Malformed URL");
194 exceptionState.throwTypeError("Invalid offerToReceiveVideo");
199 exceptionState.throwTypeError("Invalid offerToReceiveAudio")
    [all...]

Completed in 528 milliseconds

1 2 3 4