Searched refs:boxObject (Results 1 – 1 of 1) sorted by relevance
660 RenderBoxModelObject& boxObject = toRenderBoxModelObject(curr->renderer()); in placeBoxesInBlockDirection() local661 …newLogicalTop -= boxObject.style(isFirstLineStyle())->isHorizontalWritingMode() ? boxObject.border… in placeBoxesInBlockDirection()662 boxObject.borderRight() + boxObject.paddingRight(); in placeBoxesInBlockDirection()663 borderPaddingHeight = boxObject.borderAndPaddingLogicalHeight(); in placeBoxesInBlockDirection()