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

12

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGTSpanElement.h36 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGTextElement.h38 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGSwitchElement.h40 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGAltGlyphElement.h51 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGDocument.h50 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGForeignObjectElement.h46 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGSwitchElement.cpp50 bool SVGSwitchElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::SVGSwitchElement
H A DSVGAElement.h51 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGAltGlyphElement.cpp78 bool SVGAltGlyphElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::SVGAltGlyphElement
H A DSVGDocument.cpp79 bool SVGDocument::childShouldCreateRenderer(const Node& child) const function in class:WebCore::SVGDocument
H A DSVGFilterElement.h58 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGTRefElement.h50 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DSVGTSpanElement.cpp46 bool SVGTSpanElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::SVGTSpanElement
H A DSVGTextElement.cpp74 bool SVGTextElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::SVGTextElement
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLDetailsElement.h39 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DHTMLSummaryElement.h40 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DHTMLSummaryElement.cpp72 bool HTMLSummaryElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::HTMLSummaryElement
75 return HTMLElement::childShouldCreateRenderer(child);
77 return hasShadowRootOrActiveInsertionPointParent(child) && HTMLElement::childShouldCreateRenderer(child);
H A DHTMLDetailsElement.cpp144 bool HTMLDetailsElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::HTMLDetailsElement
147 return HTMLElement::childShouldCreateRenderer(child);
153 return HTMLElement::childShouldCreateRenderer(child);
158 return &child == findMainSummary() && HTMLElement::childShouldCreateRenderer(child);
H A DHTMLProgressElement.h56 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DHTMLMeterElement.h75 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DHTMLProgressElement.cpp68 bool HTMLProgressElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::HTMLProgressElement
70 return hasShadowRootParent(child) && HTMLElement::childShouldCreateRenderer(child);
/macosx-10.10/WebCore-7600.1.25/mathml/
H A DMathMLTextElement.h46 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DMathMLTextElement.cpp81 bool MathMLTextElement::childShouldCreateRenderer(const Node& child) const function in class:WebCore::MathMLTextElement
91 return isPhrasingContent(child) && StyledElement::childShouldCreateRenderer(child);
H A DMathMLSelectElement.h45 virtual bool childShouldCreateRenderer(const Node&) const override;
H A DMathMLElement.h63 virtual bool childShouldCreateRenderer(const Node&) const override;

Completed in 141 milliseconds

12