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

12

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderRubyText.h45 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderRubyBase.h50 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const;
H A DRenderRubyText.cpp47 bool RenderRubyText::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderRubyText
H A DRenderRubyRun.h59 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const;
H A DRenderTableCol.h88 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderFrameSet.h100 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderNamedFlowThread.h110 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderRubyBase.cpp49 bool RenderRubyBase::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderRubyBase
H A DRenderFullScreen.cpp111 if (parent && !parent->isChildAllowed(*fullscreenRenderer, fullscreenRenderer->style())) {
H A DRenderTableCol.cpp99 bool RenderTableCol::isChildAllowed(const RenderObject& child, const RenderStyle& style) const function in class:WebCore::RenderTableCol
H A DRenderRubyRun.cpp108 bool RenderRubyRun::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderRubyRun
H A DRenderNamedFlowThread.cpp538 bool RenderNamedFlowThread::isChildAllowed(const RenderObject& child, const RenderStyle& style) const function in class:WebCore::RenderNamedFlowThread
549 return toElement(originalParent)->renderer()->isChildAllowed(child, style);
H A DRenderElement.h67 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const { return true; } function in class:WebCore::RenderElement
H A DRenderView.h58 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderFrameSet.cpp783 bool RenderFrameSet::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderFrameSet
H A DRenderView.cpp222 bool RenderView::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderView
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLSpace.h45 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override { return false; }
H A DRenderMathMLToken.h45 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override { return true; };
H A DRenderMathMLBlock.h47 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderMathMLOperator.h88 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const override;
H A DRenderMathMLBlock.cpp56 bool RenderMathMLBlock::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderMathMLBlock
/macosx-10.10/WebCore-7600.1.25/dom/
H A DPseudoElement.cpp89 if (renderer->isChildAllowed(*child, style)) {
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGText.h42 virtual bool isChildAllowed(const RenderObject&, const RenderStyle&) const;
H A DRenderSVGText.cpp74 bool RenderSVGText::isChildAllowed(const RenderObject& child, const RenderStyle&) const function in class:WebCore::RenderSVGText
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleResolveTree.cpp202 return m_parent->isChildAllowed(renderer, renderer.style());
209 return m_parent->isChildAllowed(renderer, m_parent->style());

Completed in 120 milliseconds

12