Searched refs:inheritColumnPropertiesFrom (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp1803 newStyle->inheritColumnPropertiesFrom(style());
H A DRenderBlock.cpp257 newStyle->inheritColumnPropertiesFrom(style());
5998 newStyle->inheritColumnPropertiesFrom(style());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h1082 void inheritColumnPropertiesFrom(RenderStyle* parent) { rareNonInheritedData.access()->m_multiCol = parent->rareNonInheritedData->m_multiCol; } function in class:WebCore::RenderStyle

Completed in 91 milliseconds