Home
last modified time | relevance | path

Searched refs:FindMatch (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.h91 class FindMatch {
103 FindMatch(PassRefPtrWillBeRawPtr<Range>, int ordinal);
247 WillBePersistentHeapVector<FindMatch> m_findMatchesCache;
272 WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::TextFinder::FindMatch);
DTextFinder.cpp56 TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal) in FindMatch() function in blink::TextFinder::FindMatch
62 void TextFinder::FindMatch::trace(Visitor* visitor) in trace()
313 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount)); in scopeStringMatches()
444 …for (Vector<FindMatch>::iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); … in updateFindMatchRects()
456 WillBeHeapVector<FindMatch> filteredMatches; in updateFindMatchRects()
459 …for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.e… in updateFindMatchRects()
496 …for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.e… in appendFindMatchRects()
/external/chromium_org/tools/findit/
Dfindit_for_crash.py121 def FindMatch(revisions_info_map, file_to_revision_info, file_to_crash_info, function
209 component_result = FindMatch(