Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4187 LayoutUnit childMinPreferredLogicalWidth, childMaxPreferredLogicalWidth; in computeInlinePreferredLogicalWidths() local
4192childMinPreferredLogicalWidth = childMaxPreferredLogicalWidth = computedValues.m_extent; in computeInlinePreferredLogicalWidths()
4194 childMinPreferredLogicalWidth = child->minPreferredLogicalWidth(); in computeInlinePreferredLogicalWidths()
4197 childMin += childMinPreferredLogicalWidth.ceilToFloat(); in computeInlinePreferredLogicalWidths()
4430 LayoutUnit childMinPreferredLogicalWidth, childMaxPreferredLogicalWidth; in computeBlockPreferredLogicalWidths() local
4435 childMinPreferredLogicalWidth = childMaxPreferredLogicalWidth = computedValues.m_extent; in computeBlockPreferredLogicalWidths()
4437 childMinPreferredLogicalWidth = child->minPreferredLogicalWidth(); in computeBlockPreferredLogicalWidths()
4441 LayoutUnit w = childMinPreferredLogicalWidth + margin; in computeBlockPreferredLogicalWidths()