Searched refs:isChildAllowed (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRubyText.h47 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderRubyBase.h49 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderRubyText.cpp49 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderRubyText
H A DRenderRubyRun.h59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderTableCol.cpp60 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const function in class:WebCore::RenderTableCol
H A DRenderTableCol.h55 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderFrameSet.h102 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderRubyBase.cpp51 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderRubyBase
H A DRenderObjectChildList.cpp455 if (!owner->isChildAllowed(generatedContentContainer, pseudoElementStyle)) {
463 if (generatedContentContainer->isChildAllowed(renderer, pseudoElementStyle))
H A DRenderRubyRun.cpp104 bool RenderRubyRun::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderRubyRun
H A DRenderView.h49 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderFrameSet.cpp886 bool RenderFrameSet::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderFrameSet
H A DRenderObject.h204 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const { return true; } function in class:WebCore::RenderObject
H A DRenderView.cpp104 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderView
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLBlock.h40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderMathMLOperator.h43 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderMathMLBlock.cpp47 bool RenderMathMLBlock::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderMathMLBlock
H A DRenderMathMLOperator.cpp55 bool RenderMathMLOperator::isChildAllowed(RenderObject*, RenderStyle*) const function in class:WebCore::RenderMathMLOperator
/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.h39 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderSVGText.cpp60 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderSVGText
/external/webkit/Source/WebCore/dom/
H A DNode.cpp1503 if (!parent->renderer()->isChildAllowed(newRenderer, style.get())) {

Completed in 4696 milliseconds