Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp3297 LayoutPoint pointInChildCoordinates(toLayoutPoint(pointInParentCoordinates - childLocation)); in positionForPointRespectingEditingBoundaries() local
3302 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()
3312 return child->positionForPoint(pointInChildCoordinates); in positionForPointRespectingEditingBoundaries()
3316 …logicalLeft = parent->isHorizontalWritingMode() ? pointInChildCoordinates.x() : pointInChildCoordi… in positionForPointRespectingEditingBoundaries()