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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h 34 IndexSizeError = 1,
CharacterData.cpp 63 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
97 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
112 exceptionState.throwDOMException(IndexSizeError, "The offset " + String::number(offset) + " is greater than the node's length (" + String::number(length()) + ").");
133 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 },
84 size_t tableIndex = ec - IndexSizeError;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 81 IndexSizeError,
98 IndexSizeError,
114 IndexSizeError,
130 IndexSizeError,
DefaultAudioDestinationNode.cpp 124 IndexSizeError,
AudioNode.cpp 187 IndexSizeError,
194 IndexSizeError,
228 IndexSizeError,
252 IndexSizeError,
AudioBuffer.cpp 133 exceptionState.throwDOMException(IndexSizeError, "channel index (" + String::number(channelIndex) + ") exceeds number of channels (" + String::number(m_channels.size()) + ")");
AudioContext.cpp 471 IndexSizeError,
475 IndexSizeError,
481 IndexSizeError,
487 IndexSizeError,
578 IndexSizeError,
603 IndexSizeError,
647 IndexSizeError,
656 IndexSizeError,
664 IndexSizeError,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasGradient.cpp 52 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
CanvasPathMethods.cpp 116 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
263 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
287 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
DataView.cpp 136 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
151 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.cpp 122 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
137 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
149 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
161 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
173 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
190 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp 133 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollAmount) + ") is negative.");
148 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(scrollDelay) + ") is negative.");
163 exceptionState.throwDOMException(IndexSizeError, "The provided value (" + String::number(loop) + ") is neither positive nor -1.");
HTMLTableRowElement.cpp 120 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [-1, " + String::number(numCells) + "].");
148 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(index) + ") is outside the range [0, " + String::number(numCells) + ").");
HTMLTableSectionElement.cpp 65 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError); // per the DOM
92 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
TimeRanges.cpp 119 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is not less than the object's length (" + String::number(length()) + ").");
128 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is not less than the object's length (" + String::number(length()) + ").");
HTMLOptionsCollection.cpp 60 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
HTMLTableElement.cpp 186 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
201 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is greater than the number of rows in the table (" + String::number(i) + ").");
232 exceptionState.throwDOMException(IndexSizeError, "The index provided (" + String::number(index) + ") is less than -1.");
248 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/css/
CSSGroupingRule.cpp 64 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " must be less than or equal to the length of the rule list.");
96 exceptionState.throwDOMException(IndexSizeError, "the index " + String::number(index) + " is greated than the length of the rule list.");
CSSStyleSheet.cpp 302 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
336 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMSelection.cpp 202 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
256 exceptionState.throwDOMException(IndexSizeError, String::number(baseOffset) + " is not a valid base offset.");
261 exceptionState.throwDOMException(IndexSizeError, String::number(extentOffset) + " is not a valid extent offset.");
280 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
352 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is not a valid offset.");
356 exceptionState.throwDOMException(IndexSizeError, String::number(offset) + " is larger than the given node's length.");
373 exceptionState.throwDOMException(IndexSizeError, String::number(index) + " is not a valid index.");
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGListProperty.h 175 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
277 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
298 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
332 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
356 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
  /external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.cpp 98 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
142 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
186 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
214 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
237 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
256 exceptionState.throwUninformativeAndGenericDOMException(IndexSizeError);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLOptionsCollectionCustom.cpp 106 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(v) + ") is negative. Lengths must be greater than or equal to 0.");
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 77 exceptionState.throwDOMException(IndexSizeError, "The value provided (" + String::number(value) + ") is not between 0 and 100.");
121 exceptionState.throwDOMException(IndexSizeError, "The height provided (" + String::number(value) + ") is negative.");

Completed in 6717 milliseconds

1 2