Searched defs:childrenChanged (Results 1 - 25 of 48) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceFormatElement.cpp42 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFontFaceFormatElement
44 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceSrcElement.cpp61 void SVGFontFaceSrcElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFontFaceSrcElement
63 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTitleElement.cpp53 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGTitleElement
55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGClipPathElement.cpp119 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGClipPathElement
121 SVGStyledTransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFELightElement.cpp198 void SVGFELightElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFELightElement
200 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFilterPrimitiveStandardAttributes.cpp117 void SVGFilterPrimitiveStandardAttributes::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFilterPrimitiveStandardAttributes
119 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceUriElement.cpp72 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFontFaceUriElement
74 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMaskElement.cpp170 void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGMaskElement
172 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGStyleElement.cpp117 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGStyleElement
119 StyleElement::childrenChanged(this);
120 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTextPositioningElement.cpp125 void SVGTextPositioningElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGTextPositioningElement
127 SVGTextContentElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFilterElement.cpp220 void SVGFilterElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFilterElement
222 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGGradientElement.cpp137 void SVGGradientElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGGradientElement
139 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMarkerElement.cpp206 void SVGMarkerElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGMarkerElement
208 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGPatternElement.cpp220 void SVGPatternElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGPatternElement
222 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuList.cpp71 void AccessibilityMenuList::childrenChanged() function in class:WebCore::AccessibilityMenuList
77 m_children[0]->childrenChanged();
H A DAccessibilityMenuListPopup.cpp108 void AccessibilityMenuListPopup::childrenChanged() function in class:WebCore::AccessibilityMenuListPopup
/external/webkit/Source/WebCore/html/
H A DHTMLDetailsElement.cpp108 void HTMLDetailsElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLDetailsElement
110 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptGroupElement.cpp68 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLOptGroupElement
71 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOutputElement.cpp77 void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLOutputElement
86 HTMLFormControlElement::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLStyleElement.cpp84 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLStyleElement
86 StyleElement::childrenChanged(this);
87 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLTitleElement.cpp58 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLTitleElement
63 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
98 // which causes HTMLTitleElement::childrenChanged(), which ends up Document::setTitle().
/external/webkit/Source/WebCore/dom/
H A DAttr.cpp166 void Attr::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::Attr
171 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DStyleElement.cpp81 void StyleElement::childrenChanged(Element* element) function in class:WebCore::StyleElement
/external/webkit/Source/WebCore/wml/
H A DWMLOptGroupElement.cpp80 void WMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::WMLOptGroupElement
83 WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DWMLOptionElement.cpp75 void WMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::WMLOptionElement
78 select->childrenChanged(changedByParser);
80 WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);

Completed in 2036 milliseconds

12