Searched defs:logicalTopForChild (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.h180 int logicalTopForChild(RenderBox* child) { return isHorizontalWritingMode() ? child->y() : child->x(); } function in class:WebCore::RenderBlock

Completed in 19 milliseconds