Home
last modified time | relevance | path

Searched refs:isChildAllowed (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTransformableContainer.cpp50 bool RenderSVGTransformableContainer::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderSVGTransformableContainer
67 return parent()->isChildAllowed(child, style); in isChildAllowed()
69 return RenderSVGContainer::isChildAllowed(child, style); in isChildAllowed()
DRenderSVGInline.cpp34 bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderSVGInline
48 return RenderInline::isChildAllowed(child, style); in isChildAllowed()
DRenderSVGTSpan.h32 virtual bool isChildAllowed(RenderObject* child, RenderStyle*) const OVERRIDE;
DRenderSVGTSpan.cpp37 bool RenderSVGTSpan::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGTSpan
DRenderSVGTextPath.h35 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGResourceFilterPrimitive.h41 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE { return false; } in isChildAllowed() function
DRenderSVGTransformableContainer.h33 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGTextPath.cpp36 bool RenderSVGTextPath::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGTextPath
DRenderSVGForeignObject.h37 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGResourceFilter.h59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGInline.h37 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGModelObject.h51 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGText.h40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderSVGModelObject.cpp49 bool RenderSVGModelObject::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGModelObject
DRenderSVGForeignObject.cpp45 bool RenderSVGForeignObject::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderSVGForeignObject
/external/chromium_org/third_party/WebKit/Source/core/dom/
DRenderTreeBuilder.cpp122 if (!parentRenderer->isChildAllowed(newRenderer, &style)) { in createRendererForElementIfNeeded()
161 if (!parentRenderer->isChildAllowed(newRenderer, m_style.get())) { in createRendererForTextIfNeeded()
DPseudoElement.cpp119 if (renderer->isChildAllowed(child, style)) { in attach()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyText.h47 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderRubyBase.h50 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderRubyText.cpp47 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderRubyText
DRenderRubyRun.h57 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderMedia.cpp80 bool RenderMedia::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderMedia
DRenderMedia.h66 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const override final;
DRenderTableCol.h96 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
DRenderRubyBase.cpp55 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderRubyBase

12