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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.cpp 71 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is zero or not a number.", width ? "height" : "width"));
79 exceptionState.throwDOMException(IndexSizeError, "The requested image size exceeds the supported range.");
99 exceptionState.throwDOMException(IndexSizeError, "The source width is zero or not a number.");
105 exceptionState.throwDOMException(IndexSizeError, "The input data has a zero byte length.");
109 exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not a multiple of 4.");
114 exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not a multiple of (4 * width).");
120 exceptionState.throwDOMException(IndexSizeError, "The input data byte length is not equal to (4 * width * height).");
HTMLTableSectionElement.cpp 68 exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
90 exceptionState.throwDOMException(IndexSizeError, "The provided index (" + String::number(index) + " is outside the range [-1, " + String::number(numRows) + "].");
HTMLMarqueeElement.cpp 139 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollAmount) + ") is negative.");
154 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollDelay) + ") is negative.");
169 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(loop) + ") is neither positive nor -1.");
HTMLTableRowElement.cpp 130 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [-1, " + String::number(numCells) + "].");
152 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [0, " + String::number(numCells) + ").");
TimeRanges.cpp 119 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length()));
128 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, length()));
HTMLOptionsCollection.cpp 87 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
HTMLTableElement.cpp 191 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
206 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
237 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
253 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 34 IndexSizeError = 1,
CharacterData.cpp 61 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
95 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
110 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length) + ").");
DOMException.cpp 41 { "IndexSizeError", "Index or size was negative, or greater than the allowed value.", 1 },
87 size_t tableIndex = ec - IndexSizeError;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 76 IndexSizeError,
89 IndexSizeError,
100 IndexSizeError,
111 IndexSizeError,
DefaultAudioDestinationNode.cpp 106 IndexSizeError,
OfflineAudioContext.cpp 58 IndexSizeError,
AudioContext.cpp 378 IndexSizeError,
382 IndexSizeError,
388 IndexSizeError,
394 IndexSizeError,
476 IndexSizeError,
500 IndexSizeError,
543 IndexSizeError,
552 IndexSizeError,
560 IndexSizeError,
AudioNode.cpp 184 IndexSizeError,
191 IndexSizeError,
225 IndexSizeError,
249 IndexSizeError,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasGradient.cpp 52 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(value) + ") is outside the range (0.0, 1.0).");
CanvasPathMethods.cpp 116 exceptionState.throwDOMException(IndexSizeError, "The radius provided (" + String::number(r) + ") is negative.");
260 exceptionState.throwDOMException(IndexSizeError, "The radius provided (" + String::number(radius) + ") is negative.");
284 exceptionState.throwDOMException(IndexSizeError, "The major-axis radius provided (" + String::number(radiusX) + ") is negative.");
288 exceptionState.throwDOMException(IndexSizeError, "The minor-axis radius provided (" + String::number(radiusY) + ") is negative.");
DataView.cpp 136 exceptionState.throwDOMException(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range.");
151 exceptionState.throwDOMException(IndexSizeError, "The provided offset (" + String::number(byteOffset) + ") is outside the allowed range.");
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 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/
V8HTMLOptionsCollectionCustom.cpp 78 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(v) + ") is negative. Lengths must be greater than or equal to 0.");
V8SQLResultSetRowListCustom.cpp 61 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound<unsigned>("index", index, rowList->length()));
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 204 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
268 exceptionState.throwDOMException(IndexSizeError, String::number(baseOffset) + " is not a valid base offset.");
273 exceptionState.throwDOMException(IndexSizeError, String::number(extentOffset) + " is not a valid extent offset.");
348 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
352 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is larger than the given node's length.");
369 exceptionState.throwDOMException(IndexSizeError, String::number(index) + " is not a valid index.");
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 101 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
137 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
178 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
198 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
216 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
231 exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGroupingRule.cpp 67 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " must be less than or equal to the length of the rule list.");
100 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " is greated than the length of the rule list.");
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListPropertyHelper.h 249 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size()));
290 exceptionState.throwDOMException(IndexSizeError, String::format("Failed to replace the provided item at index %zu.", index));
308 exceptionState.throwDOMException(IndexSizeError, ExceptionMessages::indexExceedsMaximumBound("index", index, m_values.size()));

Completed in 987 milliseconds

1 2