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

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderRubyText.h47 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderRubyBase.h50 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.h58 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderTableCol.h91 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderFrameSet.h104 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderNamedFlowThread.h87 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
H A DRenderRubyBase.cpp58 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderRubyBase
H A DRenderTableCol.cpp84 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const function in class:WebCore::RenderTableCol
H A DRenderFullScreen.cpp120 if (parent && !parent->isChildAllowed(fullscreenRenderer, fullscreenRenderer->style())) {
H A DRenderRubyRun.cpp110 bool RenderRubyRun::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderRubyRun
H A DRenderNamedFlowThread.cpp405 bool RenderNamedFlowThread::isChildAllowed(RenderObject* child, RenderStyle* style) const function in class:WebCore::RenderNamedFlowThread
418 return parentRenderer->isChildAllowed(child, style);
H A DRenderView.h59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
H A DRenderFrameSet.cpp780 bool RenderFrameSet::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderFrameSet
H A DRenderView.cpp132 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderView
H A DRenderObject.h256 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const { return true; } function in class:WebCore::RenderObject
/macosx-10.9.5/WebCore-7537.78.1/rendering/mathml/
H A DRenderMathMLBlock.h46 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderMathMLOperator.h43 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderMathMLBlock.cpp51 bool RenderMathMLBlock::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderMathMLBlock
H A DRenderMathMLOperator.cpp82 bool RenderMathMLOperator::isChildAllowed(RenderObject*, RenderStyle*) const function in class:WebCore::RenderMathMLOperator
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DPseudoElement.cpp94 if (renderer->isChildAllowed(child, style)) {
H A DNodeRenderingContext.cpp276 if (!parentRenderer->isChildAllowed(newRenderer, m_style.get())) {
322 if (!parentRenderer->isChildAllowed(newRenderer, m_style.get())) {
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGText.h41 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
H A DRenderSVGText.cpp73 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const function in class:WebCore::RenderSVGText

Completed in 272 milliseconds