Searched defs:changedByParser (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/WebCore/svg/
H A DSVGFontFaceFormatElement.cpp37 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
39 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceSrcElement.cpp53 void SVGFontFaceSrcElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTitleElement.cpp47 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
49 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGGElement.cpp76 void SVGGElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
78 SVGStyledTransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGClipPathElement.cpp98 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
100 SVGStyledTransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceUriElement.cpp67 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
69 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGStyleElement.cpp114 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
116 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGGradientElement.cpp124 void SVGGradientElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
126 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMarkerElement.cpp162 void SVGMarkerElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
164 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGPatternElement.cpp179 void SVGPatternElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
181 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGScriptElement.cpp124 void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
127 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTextElement.cpp132 void SVGTextElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
134 SVGTextPositioningElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceElement.cpp328 void SVGFontFaceElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
330 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMaskElement.cpp147 void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
149 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGStyledElement.cpp267 void SVGStyledElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
269 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/WebCore/html/
H A DHTMLTitleElement.cpp56 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
64 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLStyleElement.cpp78 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
80 if (!changedByParser)
82 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLObjectElement.cpp222 void HTMLObjectElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
229 HTMLPlugInElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptGroupElement.cpp94 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
97 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptionElement.cpp161 void HTMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
165 select->childrenChanged(changedByParser);
166 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLScriptElement.cpp60 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
63 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLTextAreaElement.cpp102 void HTMLTextAreaElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
105 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/WebCore/dom/
H A DAttr.cpp156 void Attr::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
161 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/WebCore/wml/
H A DWMLOptGroupElement.cpp115 void WMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
118 WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DWMLOptionElement.cpp70 void WMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
73 select->childrenChanged(changedByParser);
75 WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);

Completed in 106 milliseconds

12