Searched refs:childShouldCreateRenderer (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTSpanElement.h36 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGTextElement.h40 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGAltGlyphElement.h51 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGSwitchElement.h41 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGAElement.h60 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGDocument.h53 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGForeignObjectElement.h45 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGSwitchElement.cpp55 bool SVGSwitchElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGSwitchElement
H A DSVGTRefElement.h47 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
H A DSVGAElement.cpp232 bool SVGAElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGAElement
239 return parentNode()->childShouldCreateRenderer(childContext);
241 return SVGElement::childShouldCreateRenderer(childContext);
H A DSVGAltGlyphElement.cpp79 bool SVGAltGlyphElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGAltGlyphElement
H A DSVGDocument.cpp97 bool SVGDocument::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGDocument
H A DSVGFilterElement.h57 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
H A DSVGFilterPrimitiveStandardAttributes.h67 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE { return false; }
H A DSVGTSpanElement.cpp48 bool SVGTSpanElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGTSpanElement
H A DSVGTextElement.cpp75 bool SVGTextElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGTextElement
H A DSVGForeignObjectElement.cpp130 bool SVGForeignObjectElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGForeignObjectElement
137 return Element::childShouldCreateRenderer(childContext);
H A DSVGTextPathElement.h130 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const;
H A DSVGTextPathElement.cpp136 bool SVGTextPathElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::SVGTextPathElement
H A DSVGElement.h144 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDetailsElement.cpp96 bool HTMLDetailsElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const function in class:WebCore::HTMLDetailsElement
99 return HTMLElement::childShouldCreateRenderer(childContext);
102 return childContext.node() == findMainSummary() && HTMLElement::childShouldCreateRenderer(childContext);
H A DHTMLDetailsElement.h39 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
H A DHTMLSelectElement.h137 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.h132 virtual bool childShouldCreateRenderer(const NodeRenderingContext&) const { return true; } function in class:WebCore::ContainerNode
H A DNodeRenderingContext.cpp164 if (!m_renderingParent->childShouldCreateRenderer(*this))

Completed in 237 milliseconds

12