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

  /external/webkit/WebCore/svg/
SVGTSpanElement.cpp 41 bool SVGTSpanElement::childShouldCreateRenderer(Node* child) const
SVGSwitchElement.cpp 42 bool SVGSwitchElement::childShouldCreateRenderer(Node* child) const
SVGAltGlyphElement.cpp 73 bool SVGAltGlyphElement::childShouldCreateRenderer(Node* child) const
SVGDocument.cpp 102 bool SVGDocument::childShouldCreateRenderer(Node* node) const
SVGForeignObjectElement.cpp 187 bool SVGForeignObjectElement::childShouldCreateRenderer(Node* child) const
190 return StyledElement::childShouldCreateRenderer(child);
SVGTRefElement.cpp 83 bool SVGTRefElement::childShouldCreateRenderer(Node* child) const
SVGTextPathElement.cpp 99 bool SVGTextPathElement::childShouldCreateRenderer(Node* child) const
SVGTextElement.cpp 102 bool SVGTextElement::childShouldCreateRenderer(Node* child) const
SVGAElement.cpp 212 bool SVGAElement::childShouldCreateRenderer(Node* child) const
219 return static_cast<SVGElement*>(parent())->childShouldCreateRenderer(child);
221 return SVGElement::childShouldCreateRenderer(child);
SVGElement.cpp 272 bool SVGElement::childShouldCreateRenderer(Node* child) const
  /external/webkit/WebCore/html/
HTMLNoScriptElement.cpp 79 bool HTMLNoScriptElement::childShouldCreateRenderer(Node* child) const
  /external/webkit/WebCore/dom/
Node.h 440 virtual bool childShouldCreateRenderer(Node*) const { return true; }

Completed in 92 milliseconds