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

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSValueList.h54 CSSValue* itemWithoutBoundsCheck(size_t index) { return m_values[index].get(); } function in class:WebCore::CSSValueList
55 const CSSValue* itemWithoutBoundsCheck(size_t index) const { ASSERT(index < m_values.size()); return m_values[index].get(); } function in class:WebCore::CSSValueList

Completed in 71 milliseconds