Home
last modified time | relevance | path

Searched defs:ElementAt (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/quads/
Dlist_container.cc71 char* ElementAt(size_t index) const { return data.get() + index * step; } in ElementAt() function
377 const BaseElementType* ListContainer<BaseElementType>::ElementAt( in ElementAt() function in cc::ListContainer
393 BaseElementType* ListContainer<BaseElementType>::ElementAt(size_t index) { in ElementAt() function in cc::ListContainer
/external/pdfium/core/include/fxcrt/
Dfx_basic.h451 TYPE& ElementAt(int nIndex) in ElementAt() function