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