Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/
Drender_view_impl.cc2802 WebVector<WebFloatRect> web_match_rects; in OnFindMatchRects() local
2803 main_frame->findMatchRects(web_match_rects); in OnFindMatchRects()
2804 match_rects.reserve(web_match_rects.size()); in OnFindMatchRects()
2805 for (size_t i = 0; i < web_match_rects.size(); ++i) in OnFindMatchRects()
2806 match_rects.push_back(gfx::RectF(web_match_rects[i])); in OnFindMatchRects()