Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DVisibleUnits.cpp965 … IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); in previousLinePosition() local
966 …RenderObject* renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in previousLinePosition()
970 return VisiblePosition(renderer->positionForPoint(pointInLine)); in previousLinePosition()
1023 … IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); in nextLinePosition() local
1024 …RenderObject* renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in nextLinePosition()
1028 return VisiblePosition(renderer->positionForPoint(pointInLine)); in nextLinePosition()