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

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.cpp 314 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
422 if (!m_findMatchesCache.isEmpty())
425 m_findMatchesCache.clear();
445 for (Vector<FindMatch>::iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
458 filteredMatches.reserveCapacity(m_findMatchesCache.size() - deadMatches);
460 for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
465 m_findMatchesCache.swap(filteredMatches);
496 frameRects.reserveCapacity(frameRects.size() + m_findMatchesCache.size())
    [all...]
TextFinder.h 249 WillBePersistentHeapVector<FindMatch> m_findMatchesCache;

Completed in 38 milliseconds