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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBlockFlow.h298 LayoutUnit logicalLeftForFloat(const FloatingObject* floatingObject) const { return isHorizontalWritingMode() ? floatingObject->x() : floatingObject->y(); } function in class:WebCore::RenderBlockFlow

Completed in 193 milliseconds