Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp490 static int textDistance(const Position& start, const Position& end) in textDistance() function
541 int distanceToStart = textDistance(start, pos); in handleMousePressEventSingleClick()
542 int distanceToEnd = textDistance(pos, end); in handleMousePressEventSingleClick()