Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderFieldset.h45 virtual bool stretchesToMinIntrinsicLogicalWidth() const { return true; } in stretchesToMinIntrinsicLogicalWidth() function
DRenderBox.h299 virtual bool stretchesToMinIntrinsicLogicalWidth() const { return false; } in stretchesToMinIntrinsicLogicalWidth() function
DRenderBox.cpp1646 if (stretchesToMinIntrinsicLogicalWidth()) { in computeLogicalWidth()
2372 …if (stretchesToMinIntrinsicLogicalWidth() && logicalWidth() < minPreferredLogicalWidth() - borders… in computePositionedLogicalWidth()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0646640 (WebCore::RenderBox::stretchesToMinIntrinsicLogicalWidth):
46642 (WebCore::RenderFieldset::stretchesToMinIntrinsicLogicalWidth):