selectNearestFindMatch 72 Source/web/TextFinder.h int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect); selectNearestFindMatch 1534 Source/web/WebFrameImpl.cpp return m_textFinder->selectNearestFindMatch(point, selectionRect); selectNearestFindMatch 220 Source/web/WebFrameImpl.h virtual int selectNearestFindMatch(const WebFloatPoint&, WebRect* selectionRect) OVERRIDE; selectNearestFindMatch 3209 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(mainFrame->selectNearestFindMatch(resultRect.center(), 0), resultIndex + 1); selectNearestFindMatch 611 public/web/WebFrame.h virtual int selectNearestFindMatch(const WebFloatPoint&,