Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DAutoTableLayout.h66 int maxLogicalWidth; member
DAutoTableLayout.cpp278 int maxLogicalWidth = 0; in calcEffectiveLogicalWidth() local
DRenderText.cpp865 float RenderText::maxLogicalWidth() const in maxLogicalWidth() function in blink::RenderText
DRenderBox.cpp2007 LayoutUnit maxLogicalWidth = 0; in computeIntrinsicLogicalWidthUsing() local
2480 …LayoutUnit maxLogicalWidth = (shouldComputePreferred == ComputePreferred && style()->logicalMaxWid… in computeReplacedLogicalWidthRespectingMinMaxWidth() local
DRenderBlockLineLayout.cpp1193 …Flow::computeInlinePreferredLogicalWidths(LayoutUnit& minLogicalWidth, LayoutUnit& maxLogicalWidth) in computeInlinePreferredLogicalWidths()