/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGInline.cpp | 33 bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in WebCore::RenderSVGInline 38 return RenderInline::isChildAllowed(child, style); in isChildAllowed()
|
D | RenderSVGInline.h | 36 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
|
D | RenderSVGText.h | 40 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
|
D | RenderSVGText.cpp | 71 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in WebCore::RenderSVGText
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderRubyText.h | 47 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
|
D | RenderRubyBase.h | 50 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
|
D | RenderRubyText.cpp | 49 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in WebCore::RenderRubyText
|
D | RenderRubyRun.h | 58 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
|
D | RenderTableCol.h | 91 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
|
D | RenderNamedFlowThread.h | 92 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
|
D | RenderRubyBase.cpp | 57 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in WebCore::RenderRubyBase
|
D | RenderFrameSet.h | 105 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const;
|
D | RenderTableCol.cpp | 84 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in WebCore::RenderTableCol
|
D | RenderFullScreen.cpp | 116 if (parent && !parent->isChildAllowed(fullscreenRenderer, fullscreenRenderer->style())) { in wrapRenderer()
|
D | RenderNamedFlowThread.cpp | 482 bool RenderNamedFlowThread::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in WebCore::RenderNamedFlowThread 492 return originalParent->renderer()->isChildAllowed(child, style); in isChildAllowed()
|
D | RenderRubyRun.cpp | 108 bool RenderRubyRun::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in WebCore::RenderRubyRun
|
D | RenderView.h | 59 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE;
|
D | RenderFrameSet.cpp | 664 bool RenderFrameSet::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in WebCore::RenderFrameSet
|
D | RenderView.cpp | 117 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in WebCore::RenderView
|
D | RenderObject.h | 262 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const { return true; } in isChildAllowed() function
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | NodeRenderingContext.cpp | 222 if (!parentRenderer->isChildAllowed(newRenderer, m_style.get())) { in createRendererForElementIfNeeded() 265 if (!parentRenderer->isChildAllowed(newRenderer, m_style.get())) { in createRendererForTextIfNeeded()
|
D | PseudoElement.cpp | 102 if (renderer->isChildAllowed(child, style)) { in attach()
|