Searched defs:checkIndexBound (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGStringList.cpp47 if (!checkIndexBound(index, exceptionState))
66 if (!checkIndexBound(index, exceptionState))
81 if (!checkIndexBound(index, exceptionState))
140 bool SVGStringList::checkIndexBound(size_t index, ExceptionState& exceptionState) function in class:blink::SVGStringList
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGListPropertyHelper.h165 inline bool checkIndexBound(size_t, ExceptionState&);
228 if (!checkIndexBound(index, exceptionState))
290 if (!checkIndexBound(index, exceptionState))
319 bool SVGListPropertyHelper<Derived, ItemProperty>::checkIndexBound(size_t index, ExceptionState& exceptionState) function in class:blink::SVGListPropertyHelper

Completed in 353 milliseconds