/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLDetailsElement.cpp | 94 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()
|
D | HTMLDetailsElement.h | 39 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
D | HTMLSelectElement.h | 140 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGSwitchElement.cpp | 53 bool SVGSwitchElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGSwitchElement 70 return shouldCreateRenderer && SVGGraphicsElement::childShouldCreateRenderer(child); in childShouldCreateRenderer()
|
D | SVGAElement.cpp | 228 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()
|
D | SVGForeignObjectElement.cpp | 127 bool SVGForeignObjectElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGForeignObjectElement 134 return Element::childShouldCreateRenderer(child); in childShouldCreateRenderer()
|
D | SVGTSpanElement.h | 36 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGTextElement.h | 41 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGSwitchElement.h | 41 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGDocument.h | 53 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGAltGlyphElement.h | 51 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGTSpanElement.cpp | 46 bool SVGTSpanElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGTSpanElement
|
D | SVGForeignObjectElement.h | 46 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGAElement.h | 60 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGTextElement.cpp | 72 bool SVGTextElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGTextElement
|
D | SVGFilterPrimitiveStandardAttributes.h | 67 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE { return false; } in childShouldCreateRenderer() function
|
D | SVGAltGlyphElement.cpp | 77 bool SVGAltGlyphElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGAltGlyphElement
|
D | SVGFilterElement.h | 59 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
D | SVGDocument.cpp | 97 bool SVGDocument::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGDocument
|
D | SVGTextPathElement.h | 130 virtual bool childShouldCreateRenderer(const Node& child) const;
|
D | SVGTextPathElement.cpp | 132 bool SVGTextPathElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGTextPathElement
|
D | SVGElement.h | 156 virtual bool childShouldCreateRenderer(const Node& child) const OVERRIDE;
|
D | SVGFilterElement.cpp | 198 bool SVGFilterElement::childShouldCreateRenderer(const Node& child) const in childShouldCreateRenderer() function in WebCore::SVGFilterElement
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | NodeRenderingContext.cpp | 154 if (!m_renderingParent->childShouldCreateRenderer(*m_node)) in shouldCreateRenderer()
|
D | ContainerNode.h | 133 virtual bool childShouldCreateRenderer(const Node& child) const { return true; } in childShouldCreateRenderer() function
|