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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ExceptionMessages.cpp 32 #include "bindings/v8/ExceptionMessages.h"
39 String ExceptionMessages::failedToConstruct(const char* type, const String& detail)
44 String ExceptionMessages::failedToEnumerate(const char* type, const String& detail)
49 String ExceptionMessages::failedToExecute(const char* method, const char* type, const String& detail)
54 String ExceptionMessages::failedToGet(const char* property, const char* type, const String& detail)
59 String ExceptionMessages::failedToSet(const char* property, const char* type, const String& detail)
64 String ExceptionMessages::failedToDelete(const char* property, const char* type, const String& detail)
69 String ExceptionMessages::failedToGetIndexed(const char* type, const String& detail)
74 String ExceptionMessages::failedToSetIndexed(const char* type, const String& detail)
79 String ExceptionMessages::failedToDeleteIndexed(const char* type, const String& detail
    [all...]
ExceptionState.cpp 34 #include "bindings/v8/ExceptionMessages.h"
145 processedMessage = ExceptionMessages::failedToDelete(propertyName(), interfaceName(), message);
147 processedMessage = ExceptionMessages::failedToExecute(propertyName(), interfaceName(), message);
149 processedMessage = ExceptionMessages::failedToGet(propertyName(), interfaceName(), message);
151 processedMessage = ExceptionMessages::failedToSet(propertyName(), interfaceName(), message);
154 processedMessage = ExceptionMessages::failedToConstruct(interfaceName(), message);
156 processedMessage = ExceptionMessages::failedToEnumerate(interfaceName(), message);
158 processedMessage = ExceptionMessages::failedToDeleteIndexed(interfaceName(), message);
160 processedMessage = ExceptionMessages::failedToGetIndexed(interfaceName(), message);
162 processedMessage = ExceptionMessages::failedToSetIndexed(interfaceName(), message)
    [all...]
ExceptionMessages.h 42 class ExceptionMessages {
159 template <> String ExceptionMessages::formatNumber<float>(float number);
160 template <> String ExceptionMessages::formatNumber<double>(double number);
V8Callback.h 69 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(index, "Function"));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 31 #include "bindings/v8/ExceptionMessages.h"
78 ExceptionMessages::indexOutsideRange("FFT size", size, RealtimeAnalyser::MinFFTSize, ExceptionMessages::InclusiveBound, RealtimeAnalyser::MaxFFTSize, ExceptionMessages::InclusiveBound)
90 ExceptionMessages::indexExceedsMaximumBound("minDecibels", k, maxDecibels()));
101 ExceptionMessages::indexExceedsMinimumBound("maxDecibels", k, minDecibels()));
112 ExceptionMessages::indexOutsideRange("smoothing value", k, 0.0, ExceptionMessages::InclusiveBound, 1.0, ExceptionMessages::InclusiveBound));
DefaultAudioDestinationNode.cpp 31 #include "bindings/v8/ExceptionMessages.h"
107 ExceptionMessages::indexOutsideRange<unsigned>("channel count", channelCount, 1, ExceptionMessages::InclusiveBound, maxChannelCount(), ExceptionMessages::InclusiveBound));
OfflineAudioContext.cpp 31 #include "bindings/v8/ExceptionMessages.h"
59 ExceptionMessages::indexOutsideRange<unsigned>(
63 ExceptionMessages::InclusiveBound,
65 ExceptionMessages::InclusiveBound));
AudioBuffer.cpp 35 #include "bindings/v8/ExceptionMessages.h"
73 ExceptionMessages::indexOutsideRange(
77 ExceptionMessages::InclusiveBound,
79 ExceptionMessages::InclusiveBound));
86 ExceptionMessages::indexOutsideRange(
90 ExceptionMessages::InclusiveBound,
92 ExceptionMessages::InclusiveBound));
99 ExceptionMessages::indexExceedsMinimumBound(
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAltGlyphElement.cpp 28 #include "bindings/v8/ExceptionMessages.h"
49 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly());
59 exceptionState.throwDOMException(NoModificationAllowedError, ExceptionMessages::readOnly());
SVGTextContentElement.cpp 24 #include "bindings/v8/ExceptionMessages.h"
103 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars()));
118 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars()));
131 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars()));
144 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars()));
157 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars()));
174 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("charnum", charnum, getNumberOfChars()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CryptoCustom.cpp 28 #include "bindings/v8/ExceptionMessages.h"
42 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
V8SQLResultSetRowListCustom.cpp 34 #include "bindings/v8/ExceptionMessages.h"
46 exceptionState.throwDOMException(SyntaxError, ExceptionMessages::notEnoughArguments(1, 0));
61 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound<unsigned>("index", index, rowList->length()));
V8SQLTransactionSyncCustom.cpp 51 exceptionState.throwDOMException(SyntaxError, ExceptionMessages::notEnoughArguments(1, 0));
62 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::argumentNullOrIncorrectType(1, "DOMString"));
V8FileCustom.cpp 51 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
62 exceptionState.throwTypeError(ExceptionMessages::notAnArrayTypeArgumentOrValue(sequenceArgumentIndex + 1));
V8WebGLRenderingContextCustom.cpp 67 #include "bindings/v8/ExceptionMessages.h"
289 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
336 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
344 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(programArgumentIndex + 1, "WebGLProgram"));
372 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
385 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(3, info.Length()));
406 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
423 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()));
431 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(programArgumentIndex + 1, "WebGLProgram"));
453 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(2, info.Length()))
    [all...]
V8BlobCustom.cpp 54 exceptionState.throwTypeError(ExceptionMessages::notAnArrayTypeArgumentOrValue(sequenceArgumentIndex + 1));
V8DocumentCustom.cpp 42 #include "bindings/v8/ExceptionMessages.h"
72 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(resolverArgumentIndex + 1, "XPathNSResolver"));
V8MutationObserverCustom.cpp 34 #include "bindings/v8/ExceptionMessages.h"
48 exceptionState.throwTypeError(ExceptionMessages::notEnoughArguments(1, info.Length()));
V8SubtleCryptoCustom.cpp 26 throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
41 throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
56 throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
71 throwTypeError(ExceptionMessages::failedToExecute("verify", "SubtleCrypto", "parameter 1 ('algorithm') is not an object."), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDTMFSender.cpp 29 #include "bindings/v8/ExceptionMessages.h"
111 exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexOutsideRange("duration", duration, minToneDurationMs, ExceptionMessages::ExclusiveBound, maxToneDurationMs, ExceptionMessages::ExclusiveBound));
116 exceptionState.throwDOMException(SyntaxError, ExceptionMessages::indexExceedsMinimumBound("intertone gap", interToneGap, minInterToneGapMs));
RTCIceCandidate.cpp 36 #include "bindings/v8/ExceptionMessages.h"
47 exceptionState.throwDOMException(TypeMismatchError, ExceptionMessages::incorrectPropertyType("candidate", "is not a string, or is empty."));
RTCPeerConnection.cpp 36 #include "bindings/v8/ExceptionMessages.h"
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"));
539 exceptionState.throwTypeError(ExceptionMessages::argumentNullOrIncorrectType(1, "MediaStreamTrack"));
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.cpp 34 #include "bindings/v8/ExceptionMessages.h"
217 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("value", start, 0.0, ExceptionMessages::ExclusiveBound, m_appendWindowEnd, ExceptionMessages::InclusiveBound));
244 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(end));
250 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("value", end, m_appendWindowStart));
325 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexOutsideRange("start", start, 0.0, ExceptionMessages::ExclusiveBound, !m_source || std::isnan(m_source->duration()) ? 0 : m_source->duration(), ExceptionMessages::ExclusiveBound));
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 30 #include "bindings/v8/ExceptionMessages.h"
349 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(element1 ? 2 : 1, "Element"));
368 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
378 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
445 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(node1 ? 2 : 1, "Node"));
469 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::indexExceedsMinimumBound("pauseTime", pauseTime, 0.0));
482 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
491 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
498 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"));
507 exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::argumentNullOrIncorrectType(1, "Node"))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
TimeRanges.cpp 29 #include "bindings/v8/ExceptionMessages.h"
119 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length()));
128 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length()));

Completed in 862 milliseconds

1 2 3 4