Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderBlock.cpp3197 …return RenderBox::avoidsFloats() || !style()->hasAutoColumnCount() || !style()->hasAutoColumnWidth… in avoidsFloats()
3632 … if (document()->printing() || (style()->hasAutoColumnCount() && style()->hasAutoColumnWidth())) { in calcColumnWidth()
3652 } else if (style()->hasAutoColumnCount()) { in calcColumnWidth()
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp804 if (style->hasAutoColumnCount()) in getPropertyCSSValue()
DCSSStyleSelector.cpp4844 if (m_parentStyle->hasAutoColumnCount()) in applyProperty()
/external/webkit/WebCore/rendering/style/
DRenderStyle.h652 bool hasAutoColumnCount() const { return rareNonInheritedData->m_multiCol->m_autoCount; } in hasAutoColumnCount() function
/external/webkit/WebCore/
DChangeLog-2007-10-1467602 (WebCore::RenderStyle::hasAutoColumnCount):