Home
last modified time | relevance | path

Searched refs:borderPaddingHeight (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp655 LayoutUnit borderPaddingHeight = 0; in placeBoxesInBlockDirection() local
663 borderPaddingHeight = boxObject.borderAndPaddingLogicalHeight(); in placeBoxesInBlockDirection()
714 … selectionBottom = std::max(selectionBottom, newLogicalTop + boxHeight - borderPaddingHeight); in placeBoxesInBlockDirection()