Searched refs:pointInChildCoordinates (Results 1 – 1 of 1) sorted by relevance
3297 LayoutPoint pointInChildCoordinates(toLayoutPoint(pointInParentCoordinates - childLocation)); in positionForPointRespectingEditingBoundaries() local3302 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()3312 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()3316 …logicalLeft = parent->isHorizontalWritingMode() ? pointInChildCoordinates.x() : pointInChildCoordi… in positionForPointRespectingEditingBoundaries()