Home
last modified time | relevance | path

Searched defs:isChildAllowed (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTSpan.cpp37 bool RenderSVGTSpan::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGTSpan
DRenderSVGResourceFilterPrimitive.h41 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const OVERRIDE { return false; } in isChildAllowed() function
DRenderSVGTextPath.cpp36 bool RenderSVGTextPath::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGTextPath
DRenderSVGTransformableContainer.cpp50 bool RenderSVGTransformableContainer::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderSVGTransformableContainer
DRenderSVGForeignObject.cpp45 bool RenderSVGForeignObject::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderSVGForeignObject
DRenderSVGInline.cpp34 bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderSVGInline
DRenderSVGModelObject.cpp49 bool RenderSVGModelObject::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGModelObject
DRenderSVGResourceFilter.cpp57 bool RenderSVGResourceFilter::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGResourceFilter
DRenderSVGRoot.cpp286 bool RenderSVGRoot::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGRoot
DRenderSVGText.cpp72 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderSVGText
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyText.cpp47 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderRubyText
DRenderMedia.cpp80 bool RenderMedia::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderMedia
DRenderRubyBase.cpp55 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderRubyBase
DRenderTableCol.cpp90 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const in isChildAllowed() function in blink::RenderTableCol
DRenderRubyRun.cpp91 bool RenderRubyRun::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderRubyRun
DRenderMenuList.cpp90 bool RenderMenuList::isChildAllowed(RenderObject* object, RenderStyle*) const in isChildAllowed() function in blink::RenderMenuList
DRenderFrameSet.cpp649 bool RenderFrameSet::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderFrameSet
DRenderView.cpp136 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed() function in blink::RenderView
DRenderObject.h288 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const { return true; } in isChildAllowed() function