Home
last modified time | relevance | path

Searched refs:m_findIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/nav/
DFindCanvas.cpp522 MatchInfo& info = (*m_matches)[m_findIndex]; in currentMatchBounds()
532 MatchInfo& info = (*m_matches)[m_findIndex]; in currentMatchIsInLayer()
540 SkASSERT(m_findIndex < m_matches->size()); in storeCurrentMatchLocation()
541 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds(); in storeCurrentMatchLocation()
554 if (m_findIndex >= m_matches->size()) in draw()
555 m_findIndex = 0; in draw()
556 const MatchInfo& matchInfo = (*m_matches)[m_findIndex]; in draw()
580 if (i == m_findIndex) in draw()
637 m_findIndex++; in findNext()
638 if (m_findIndex == m_matches->size()) in findNext()
[all …]
DFindCanvas.h223 int currentMatchIndex() const { return m_findIndex; } in currentMatchIndex()
243 unsigned m_findIndex; variable