Home
last modified time | relevance | path

Searched defs:stripHeight (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp1215 … LayoutUnit stripHeight = isHorizontal() ? static_cast<LayoutUnit>(height()) : totalLogicalWidth; in paintFillLayer() local
1342 LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth; in paintBoxDecorations() local
1414 LayoutUnit stripHeight = isHorizontal() ? frameRect.height() : totalLogicalWidth; in paintMask() local