HomeSort by relevance Sort by last modified time
    Searched refs:m_findIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit/android/nav/
FindCanvas.cpp 534 MatchInfo& info = (*m_matches)[m_findIndex];
541 MatchInfo& info = (*m_matches)[m_findIndex];
546 return (*m_matches)[m_findIndex].layerId();
550 // upper left corner of the match specified by m_findIndex in
553 SkASSERT(m_findIndex < m_matches->size());
554 const SkIRect& bounds = (*m_matches)[m_findIndex].getLocation().getBounds();
571 if (m_findIndex >= m_matches->size())
572 m_findIndex = 0;
573 const MatchInfo& matchInfo = (*m_matches)[m_findIndex];
603 if (i == m_findIndex)
    [all...]
FindCanvas.h 228 int currentMatchIndex() const { return m_findIndex; }
253 unsigned m_findIndex;

Completed in 1641 milliseconds