Searched refs:frameRects (Results 1 – 2 of 2) sorted by relevance
492 void TextFinder::appendFindMatchRects(Vector<WebFloatRect>& frameRects) in appendFindMatchRects() argument495 frameRects.reserveCapacity(frameRects.size() + m_findMatchesCache.size()); in appendFindMatchRects()498 frameRects.append(it->m_rect); in appendFindMatchRects()
142 void appendFindMatchRects(Vector<WebFloatRect>& frameRects);