Home
last modified time | relevance | path

Searched refs:childCountDelta (Results 1 – 25 of 60) sorted by relevance

123

/external/webkit/WebCore/dom/
DContainerNode.cpp103 int childCountDelta = 0; in insertBefore() local
131 childCountDelta++; in insertBefore()
166 if (childCountDelta) in insertBefore()
167 childrenChanged(false, prev.get(), next.get(), childCountDelta); in insertBefore()
211 int childCountDelta = 0; in replaceChild() local
236 childCountDelta++; in replaceChild()
281 if (childCountDelta) in replaceChild()
282 childrenChanged(false, prev.get(), next.get(), childCountDelta); in replaceChild()
406 int childCountDelta = 0; in removeChildren() local
408 childCountDelta--; in removeChildren()
[all …]
DAttr.cpp140 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
145 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
/external/webkit/WebCore/svg/
DSVGDefinitionSrcElement.cpp35 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
37 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGTitleElement.cpp49 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
51 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceFormatElement.cpp37 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
39 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceSrcElement.cpp53 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGGElement.cpp70 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
72 …TransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGFontFaceUriElement.cpp66 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
68 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGClipPathElement.cpp82 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
84 …TransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGStyleElement.cpp120 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
122 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGScriptElement.cpp108 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
111 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGGradientElement.cpp103 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
105 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGMarkerElement.cpp124 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
126 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DSVGDefinitionSrcElement.h31 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
DSVGFontFaceFormatElement.h32 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
DSVGFontFaceSrcElement.h34 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
DSVGTitleElement.h40 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
/external/webkit/WebCore/html/
DHTMLTitleElement.cpp56 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
64 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLStyleElement.cpp77 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
81 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLScriptElement.cpp57 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
60 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLOptGroupElement.cpp98 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
101 …MLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLOptionElement.cpp168 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
173 …MLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DHTMLTitleElement.h41 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
/external/webkit/WebCore/wml/
DWMLOptionElement.cpp74 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
82 WMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
DWMLOptGroupElement.cpp118 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument
121 WMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()

123