Home
last modified time | relevance | path

Searched refs:childShouldCreateRenderer (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDetailsElement.cpp94 bool HTMLDetailsElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::HTMLDetailsElement
98 return HTMLElement::childShouldCreateRenderer(child); in childShouldCreateRenderer()
101 return child == findMainSummary() && HTMLElement::childShouldCreateRenderer(child); in childShouldCreateRenderer()
DHTMLDetailsElement.h39 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
DHTMLSelectElement.h140 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSwitchElement.cpp53 bool SVGSwitchElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGSwitchElement
70 return shouldCreateRenderer && SVGGraphicsElement::childShouldCreateRenderer(child); in childShouldCreateRenderer()
DSVGAElement.cpp228 bool SVGAElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGAElement
235 return parentNode()->childShouldCreateRenderer(child); in childShouldCreateRenderer()
237 return SVGGraphicsElement::childShouldCreateRenderer(child); in childShouldCreateRenderer()
DSVGForeignObjectElement.cpp127 bool SVGForeignObjectElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGForeignObjectElement
134 return Element::childShouldCreateRenderer(child); in childShouldCreateRenderer()
DSVGTSpanElement.h36 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGTextElement.h41 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGSwitchElement.h41 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGDocument.h53 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGAltGlyphElement.h51 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGTSpanElement.cpp46 bool SVGTSpanElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGTSpanElement
DSVGForeignObjectElement.h46 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGAElement.h60 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGTextElement.cpp72 bool SVGTextElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGTextElement
DSVGFilterPrimitiveStandardAttributes.h67 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return false; } in childShouldCreateRenderer() function
DSVGAltGlyphElement.cpp77 bool SVGAltGlyphElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGAltGlyphElement
DSVGFilterElement.h59 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
DSVGDocument.cpp97 bool SVGDocument::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGDocument
DSVGTextPathElement.h130 virtual bool childShouldCreateRenderer(const Node& child) const;
DSVGTextPathElement.cpp132 bool SVGTextPathElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGTextPathElement
DSVGElement.h156 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
DSVGFilterElement.cpp198 bool SVGFilterElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGFilterElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DNodeRenderingContext.cpp154 if (!m_renderingParent->childShouldCreateRenderer(*m_node)) in shouldCreateRenderer()
DContainerNode.h133 virtual bool childShouldCreateRenderer(const Node& child) const { return true; } in childShouldCreateRenderer() function

12