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

  /external/chromium_org/third_party/WebKit/Source/web/
TextFinder.h 93 class FindMatch {
105 FindMatch(PassRefPtrWillBeRawPtr<WebCore::Range>, int ordinal);
249 WillBePersistentHeapVector<FindMatch> m_findMatchesCache;
275 template <> struct VectorTraits<blink::TextFinder::FindMatch> : VectorTraitsBase<blink::TextFinder::FindMatch> {
TextFinder.cpp 57 TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal)
63 void TextFinder::FindMatch::trace(WebCore::Visitor* visitor)
314 m_findMatchesCache.append(FindMatch(resultRange.get(), m_lastMatchCount + matchCount));
445 for (Vector<FindMatch>::iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
457 WillBeHeapVector<FindMatch> filteredMatches;
460 for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
497 for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {

Completed in 167 milliseconds