Searched refs:pointInLine (Results 1 – 1 of 1) sorted by relevance
965 … IntPoint pointInLine = absoluteLineDirectionPointToLocalPointInBlock(root, lineDirectionPoint); in previousLinePosition() local966 …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() local1024 …RenderObject* renderer = root->closestLeafChildForPoint(pointInLine, isEditablePosition(p))->rende… in nextLinePosition()1028 return VisiblePosition(renderer->positionForPoint(pointInLine)); in nextLinePosition()