Searched refs:nearestFindMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DTextFinder.h130 int nearestFindMatch(const WebCore::FloatPoint&, float& distanceSquared);
133 // match index returned by nearestFindMatch. Returns the ordinal of the new
H A DTextFinder.cpp512 int indexInFrame = finder.nearestFindMatch(point, distanceInFrame);
526 int TextFinder::nearestFindMatch(const FloatPoint& point, float& distanceSquared) function in class:blink::TextFinder

Completed in 49 milliseconds