Searched refs:childrenChanged (Results 1 - 25 of 94) sorted by relevance

1234

/external/webkit/Source/WebCore/svg/
H A DSVGFontFaceFormatElement.h35 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
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 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 DSVGFontFaceSrcElement.h39 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
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.h39 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
H A DSVGTitleElement.h40 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
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 DSVGClipPathElement.h54 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
H A DSVGFELightElement.h47 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
H A DSVGFontFaceElement.h59 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuList.cpp71 void AccessibilityMenuList::childrenChanged() function in class:WebCore::AccessibilityMenuList
77 m_children[0]->childrenChanged();
H A DAccessibilityMenuList.h54 virtual void childrenChanged();
H A DAccessibilityMenuListPopup.h59 virtual void childrenChanged();
/external/webkit/Source/WebCore/html/
H A DHTMLTitleElement.h44 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
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().
H A DHTMLDetailsElement.h43 virtual void childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta);
H A DHTMLOptGroupElement.h54 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
H A DHTMLOutputElement.h59 virtual void childrenChanged(bool createdByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
H A DHTMLStyleElement.h52 virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChange = 0, int childCountDelta = 0);
/external/webkit/Source/WebCore/dom/
H A DStyleElement.h47 void childrenChanged(Element*);
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp132 bool childrenChanged = GraphicsLayer::setChildren(children); local
135 if (childrenChanged)
138 return childrenChanged;
349 bool childrenChanged = false; local
356 childrenChanged = true;
363 childrenChanged = true;
370 if (childrenChanged)
376 bool childrenChanged = false; local
383 childrenChanged = true;
389 childrenChanged
402 bool childrenChanged = false; local
[all...]
/external/webkit/Source/WebCore/wml/
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);
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_cocoa.h36 - (void)childrenChanged;

Completed in 211 milliseconds

1234