Home
last modified time | relevance | path

Searched defs:childShouldCreateRenderer (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLNoScriptElement.cpp76 bool HTMLNoScriptElement::childShouldCreateRenderer(Node*) const in childShouldCreateRenderer() function in WebCore::HTMLNoScriptElement
DHTMLDetailsElement.cpp138 bool HTMLDetailsElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::HTMLDetailsElement
/external/webkit/Source/WebCore/svg/
DSVGTSpanElement.cpp47 bool SVGTSpanElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGTSpanElement
DSVGSwitchElement.cpp44 bool SVGSwitchElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGSwitchElement
DSVGDocument.cpp98 bool SVGDocument::childShouldCreateRenderer(Node* node) const in childShouldCreateRenderer() function in WebCore::SVGDocument
DSVGForeignObjectElement.cpp157 bool SVGForeignObjectElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGForeignObjectElement
DSVGTRefElement.cpp106 bool SVGTRefElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGTRefElement
DSVGAltGlyphElement.cpp91 bool SVGAltGlyphElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGAltGlyphElement
DSVGTextPathElement.cpp134 bool SVGTextPathElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGTextPathElement
DSVGTextElement.cpp109 bool SVGTextElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGTextElement
DSVGAElement.cpp227 bool SVGAElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGAElement
DSVGElement.cpp334 bool SVGElement::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::SVGElement
/external/webkit/Source/WebCore/dom/
DNode.h462 virtual bool childShouldCreateRenderer(Node*) const { return true; } in childShouldCreateRenderer() function
DElement.cpp1873 bool Element::childShouldCreateRenderer(Node* child) const in childShouldCreateRenderer() function in WebCore::Element