Searched defs:childCountDelta (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceFormatElement.cpp42 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
44 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceSrcElement.cpp61 void SVGFontFaceSrcElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
63 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTitleElement.cpp53 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGClipPathElement.cpp119 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
121 SVGStyledTransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFELightElement.cpp198 void SVGFELightElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
200 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFilterPrimitiveStandardAttributes.cpp117 void SVGFilterPrimitiveStandardAttributes::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
119 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceUriElement.cpp72 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
74 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMaskElement.cpp170 void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
172 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGStyleElement.cpp117 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
120 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTextPositioningElement.cpp125 void SVGTextPositioningElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
127 SVGTextContentElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFilterElement.cpp220 void SVGFilterElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
222 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGGradientElement.cpp137 void SVGGradientElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
139 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMarkerElement.cpp206 void SVGMarkerElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
208 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGPatternElement.cpp220 void SVGPatternElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
222 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceElement.cpp333 void SVGFontFaceElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
335 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/Source/WebCore/html/
H A DHTMLDetailsElement.cpp108 void HTMLDetailsElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
110 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
111 // If childCountDelta is less then zero and the main summary has changed it must be because previous main
113 // reattached to create its renderer. If childCountDelta is not less then zero then a new <summary> element
116 refreshMainSummary(childCountDelta < 0 ? RefreshRendererAllowed : RefreshRendererSupressed);
H A DHTMLOptGroupElement.cpp68 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
71 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOutputElement.cpp77 void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
86 HTMLFormControlElement::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLStyleElement.cpp84 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
87 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLTitleElement.cpp58 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
63 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptionElement.cpp186 void HTMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
191 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLScriptElement.cpp56 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
59 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/Source/WebCore/dom/
H A DAttr.cpp166 void Attr::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
171 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/Source/WebCore/wml/
H A DWMLOptGroupElement.cpp80 void WMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
83 WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DWMLOptionElement.cpp75 void WMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
80 WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);

Completed in 1984 milliseconds

12