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

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 91 class FindMatch {
103 FindMatch(PassRefPtrWillBeRawPtr<Range>, int ordinal);
247 WillBePersistentHeapVector<FindMatch> m_findMatchesCache;
272 WTF_ALLOW_INIT_WITH_MEM_FUNCTIONS(blink::TextFinder::FindMatch);
TextFinder.cpp 56 TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal)
62 void TextFinder::FindMatch::trace(Visitor* visitor)
313 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
444 for (Vector<FindMatch>::iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
456 WillBeHeapVector<FindMatch> filteredMatches;
459 for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
496 for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
  /external/chromium_org/tools/findit/
findit_for_crash.py 121 def FindMatch(revisions_info_map, file_to_revision_info, file_to_crash_info,
209 component_result = FindMatch(

Completed in 840 milliseconds