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

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceFormatElement.cpp40 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFontFaceFormatElement
42 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.cpp54 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGTitleElement
56 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGClipPathElement.cpp80 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGClipPathElement
82 SVGGraphicsElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFELightElement.cpp157 void SVGFELightElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFELightElement
159 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMaskElement.cpp122 void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGMaskElement
124 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFilterElement.cpp143 void SVGFilterElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFilterElement
145 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFilterPrimitiveStandardAttributes.cpp109 void SVGFilterPrimitiveStandardAttributes::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFilterPrimitiveStandardAttributes
111 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceUriElement.cpp67 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGFontFaceUriElement
69 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGGradientElement.cpp107 void SVGGradientElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGGradientElement
109 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMarkerElement.cpp134 void SVGMarkerElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGMarkerElement
136 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGPatternElement.cpp128 void SVGPatternElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGPatternElement
130 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGScriptElement.cpp116 void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGScriptElement
118 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
119 m_loader->childrenChanged();
H A DSVGStyleElement.cpp147 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::SVGStyleElement
149 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
150 StyleElement::childrenChanged(this);
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXMenuList.cpp76 void AXMenuList::childrenChanged() function in class:WebCore::AXMenuList
82 m_children[0]->childrenChanged();
H A DAXMenuListPopup.cpp113 void AXMenuListPopup::childrenChanged() function in class:WebCore::AXMenuListPopup
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDataListElement.cpp58 void HTMLDataListElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLDataListElement
60 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLTitleElement.cpp64 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLTitleElement
66 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLFieldSetElement.cpp76 void HTMLFieldSetElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLFieldSetElement
78 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOutputElement.cpp82 void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLOutputElement
84 HTMLFormControlElement::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptGroupElement.cpp58 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLOptGroupElement
61 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLScriptElement.cpp66 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLScriptElement
68 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
69 m_loader->childrenChanged();
H A DHTMLStyleElement.cpp121 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) function in class:WebCore::HTMLStyleElement
123 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
124 StyleElement::childrenChanged(this);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DAttr.cpp168 void Attr::childrenChanged(bool, Node*, Node*, int) function in class:WebCore::Attr
H A DStyleElement.cpp111 void StyleElement::childrenChanged(Element* element) function in class:WebCore::StyleElement

Completed in 1448 milliseconds

12