Searched refs:setChildrenInline (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRubyBase.cpp156 setChildrenInline(true);
H A DRenderBlock.cpp127 setChildrenInline(true);
453 cloneBlock->setChildrenInline(childrenInline());
546 pre->setChildrenInline(false);
551 post->setChildrenInline(false);
558 block->setChildrenInline(false);
567 newBlockBox->setChildrenInline(false);
589 post->setChildrenInline(blockToSplit->childrenInline());
617 pre->setChildrenInline(block->childrenInline());
622 post->setChildrenInline(block->childrenInline());
631 block->setChildrenInline(fals
[all...]
H A DRenderInline.cpp53 setChildrenInline(true);
394 block->setChildrenInline(false);
410 newBlockBox->setChildrenInline(false);
H A DRenderFlexibleBox.cpp114 setChildrenInline(false); // All of our children must be block-level
H A DRenderObject.h321 void setChildrenInline(bool b = true) { m_childrenInline = b; } function in class:WebCore::RenderObject
H A DRenderTable.cpp66 setChildrenInline(false);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLFraction.cpp53 setChildrenInline(false);
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.cpp153 setChildrenInline(true);

Completed in 1063 milliseconds