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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.h54 CSSValue* itemWithoutBoundsCheck(size_t index) { return m_values[index].get(); } function in class:WebCore::CSSValueList
91 CSSValue* item(size_t index) const { ASSERT_WITH_SECURITY_IMPLICATION(index < length()); return m_list->itemWithoutBoundsCheck(index); }

Completed in 96 milliseconds