Searched refs:lastItemOffset (Results 1 – 4 of 4) sorted by relevance
75 m_caches->lastItemOffset = offset; in itemForwardsFromCurrent()93 m_caches->lastItemOffset = offset; in itemBackwardsFromCurrent()109 if (offset == m_caches->lastItemOffset) in item()111 else if (offset > m_caches->lastItemOffset || m_caches->lastItemOffset - offset < offset) { in item()113 remainingOffset -= m_caches->lastItemOffset; in item()
56 if (index == m_caches->lastItemOffset) in item()59 int diff = index - m_caches->lastItemOffset; in item()63 pos = m_caches->lastItemOffset; in item()93 m_caches->lastItemOffset = pos; in item()
46 unsigned lastItemOffset; member
2819 Cache the lastItem and lastItemOffset for fast retrieval of the2820 same index or indeicies greater than lastItemOffset. Also cache2826 (ChildNodeListImpl::item): Use lastItemOffset and lastItem if we can.