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

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 157 m_activeMatchIndexInCurrentFrame = 0;
159 m_activeMatchIndexInCurrentFrame = m_lastMatchCount - 1;
162 ++m_activeMatchIndexInCurrentFrame;
164 --m_activeMatchIndexInCurrentFrame;
166 if (m_activeMatchIndexInCurrentFrame + 1 > m_lastMatchCount)
167 m_activeMatchIndexInCurrentFrame = 0;
168 if (m_activeMatchIndexInCurrentFrame == -1)
169 m_activeMatchIndexInCurrentFrame = m_lastMatchCount - 1;
173 reportFindInPageSelection(*selectionRect, m_activeMatchIndexInCurrentFrame + 1, identifier);
300 m_activeMatchIndexInCurrentFrame = matchCount - 1
    [all...]
TextFinder.h 201 int m_activeMatchIndexInCurrentFrame;

Completed in 33 milliseconds