/external/webkit/WebCore/dom/ |
D | ContainerNode.cpp | 103 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 …]
|
D | Attr.cpp | 140 …::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/ |
D | SVGDefinitionSrcElement.cpp | 35 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 37 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGTitleElement.cpp | 49 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 51 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceFormatElement.cpp | 37 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 39 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceSrcElement.cpp | 53 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGGElement.cpp | 70 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 72 …TransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceUriElement.cpp | 66 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 68 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGClipPathElement.cpp | 82 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 84 …TransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGStyleElement.cpp | 120 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 122 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGScriptElement.cpp | 108 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 111 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGGradientElement.cpp | 103 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 105 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGMarkerElement.cpp | 124 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 126 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGDefinitionSrcElement.h | 31 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
D | SVGFontFaceFormatElement.h | 32 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
D | SVGFontFaceSrcElement.h | 34 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
D | SVGTitleElement.h | 40 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
/external/webkit/WebCore/html/ |
D | HTMLTitleElement.cpp | 56 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 64 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLStyleElement.cpp | 77 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 81 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLScriptElement.cpp | 57 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 60 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLOptGroupElement.cpp | 98 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 101 …MLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLOptionElement.cpp | 168 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 173 …MLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLTitleElement.h | 41 …l changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
|
/external/webkit/WebCore/wml/ |
D | WMLOptionElement.cpp | 74 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 82 WMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | WMLOptGroupElement.cpp | 118 …::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) in childrenChanged() argument 121 WMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|