Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h362 int selectFindMatch(unsigned index, WebRect* selectionRect);
DWebFrameImpl.cpp1932 return bestFrame->selectFindMatch(static_cast<unsigned>(indexInBestFrame), selectionRect); in selectNearestFindMatch()
1957 int WebFrameImpl::selectFindMatch(unsigned index, WebRect* selectionRect) in selectFindMatch() function in blink::WebFrameImpl