HomeSort by relevance Sort by last modified time
    Searched defs:isChildAllowed (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTSpan.cpp 37 bool RenderSVGTSpan::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderSVGTextPath.cpp 36 bool RenderSVGTextPath::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderSVGTransformableContainer.cpp 50 bool RenderSVGTransformableContainer::isChildAllowed(RenderObject* child, RenderStyle* style) const
67 return parent()->isChildAllowed(child, style);
69 return RenderSVGContainer::isChildAllowed(child, style);
RenderSVGForeignObject.cpp 45 bool RenderSVGForeignObject::isChildAllowed(RenderObject* child, RenderStyle* style) const
RenderSVGInline.cpp 34 bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const
48 return RenderInline::isChildAllowed(child, style);
RenderSVGModelObject.cpp 49 bool RenderSVGModelObject::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderSVGResourceFilter.cpp 57 bool RenderSVGResourceFilter::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderSVGRoot.cpp 286 bool RenderSVGRoot::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderSVGText.cpp 72 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMedia.cpp 80 bool RenderMedia::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderRubyText.cpp 47 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderRubyBase.cpp 55 bool RenderRubyBase::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderTableCol.cpp 90 bool RenderTableCol::isChildAllowed(RenderObject* child, RenderStyle* style) const
RenderRubyRun.cpp 91 bool RenderRubyRun::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderFrameSet.cpp 649 bool RenderFrameSet::isChildAllowed(RenderObject* child, RenderStyle*) const
RenderMenuList.cpp 90 bool RenderMenuList::isChildAllowed(RenderObject* object, RenderStyle*) const
RenderView.cpp 136 bool RenderView::isChildAllowed(RenderObject* child, RenderStyle*) const
    [all...]
RenderObject.h 288 virtual bool isChildAllowed(RenderObject*, RenderStyle*) const { return true; }
    [all...]

Completed in 126 milliseconds