Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp295 int blockDirectionPosition = box->isHorizontal() ? point.y() + y() : point.x() + x(); in positionForPoint() local
298 if (blockDirectionPosition < top) in positionForPoint()
301 if (blockDirectionPosition >= bottom) in positionForPoint()