Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DTextFinder.cpp576 IntRect activeMatchRect; in selectFindMatch() local
586 activeMatchRect = m_ownerFrame.frameView()->contentsToWindow(activeMatchBoundingBox); in selectFindMatch()
587 m_ownerFrame.viewImpl()->zoomToFindInPageRect(activeMatchRect); in selectFindMatch()
591 *selectionRect = activeMatchRect; in selectFindMatch()