Searched refs:sectionLogicalLeft (Results 1 – 1 of 1) sorted by relevance
515 … LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd(); in layout() local517 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd(); in layout()526 section->setLogicalLocation(LayoutPoint(sectionLogicalLeft, logicalHeight())); in layout()