Home
last modified time | relevance | path

Searched refs:afterChange (Results 1 – 25 of 70) sorted by relevance

123

/external/webkit/Source/WebCore/svg/
DSVGFontFaceFormatElement.cpp42 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
44 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGTitleElement.cpp53 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, … in childrenChanged() argument
55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceSrcElement.cpp61 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
63 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceUriElement.cpp72 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
74 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGStyleElement.cpp117 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, … in childrenChanged() argument
120 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGClipPathElement.cpp119 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
121 …SVGStyledTransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCo… in childrenChanged()
DSVGScriptElement.cpp132 void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() argument
135 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceFormatElement.h35 …renChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childC…
DSVGGradientElement.cpp137 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
139 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFilterPrimitiveStandardAttributes.cpp117 …butes::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
119 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceSrcElement.h39 …renChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childC…
DSVGTitleElement.h40 …renChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childC…
DSVGTextPositioningElement.cpp125 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
127 …SVGTextContentElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta… in childrenChanged()
DSVGFontFaceUriElement.h45 …renChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childC…
DSVGTextPositioningElement.h39 …renChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childC…
/external/webkit/Source/WebCore/html/
DHTMLTitleElement.cpp58 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() argument
63 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLOutputElement.cpp77 void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange, Node* afterChange in childrenChanged() argument
86 …HTMLFormControlElement::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
DHTMLStyleElement.cpp84 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() argument
87 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLOptGroupElement.cpp68 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
71 …HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
DHTMLDetailsElement.cpp108 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
110 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLScriptElement.cpp56 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange in childrenChanged() argument
59 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLTitleElement.h44 …renChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childC…
/external/webkit/Source/WebCore/wml/
DWMLOptGroupElement.cpp80 …ement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCount… in childrenChanged() argument
83 …WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta… in childrenChanged()
DWMLOptionElement.cpp75 void WMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() argument
80 …WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta… in childrenChanged()
/external/webkit/Source/WebCore/dom/
DAttr.cpp166 void Attr::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCo… in childrenChanged() argument
171 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()

123