Home
last modified time | relevance | path

Searched refs:frameRects (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.cpp492 void TextFinder::appendFindMatchRects(Vector<WebFloatRect>& frameRects) in appendFindMatchRects() argument
495 frameRects.reserveCapacity(frameRects.size() + m_findMatchesCache.size()); in appendFindMatchRects()
498 frameRects.append(it->m_rect); in appendFindMatchRects()
DTextFinder.h142 void appendFindMatchRects(Vector<WebFloatRect>& frameRects);