Home | History | Annotate | Download | only in rendering

Lines Matching refs:logicalWidthForChild

337     LayoutUnit logicalWidthForChild(const RenderBox* child) { return isHorizontalWritingMode() ? child->width() : child->height(); }