/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.cpp | 132 bool childrenChanged = GraphicsLayer::setChildren(children); in setChildren() local 135 if (childrenChanged) in setChildren() 138 return childrenChanged; in setChildren() 349 bool childrenChanged = false; in setContentsToImage() local 356 childrenChanged = true; in setContentsToImage() 363 childrenChanged = true; in setContentsToImage() 370 if (childrenChanged) in setContentsToImage() 376 bool childrenChanged = false; in setContentsToCanvas() local 383 childrenChanged = true; in setContentsToCanvas() 389 childrenChanged = true; in setContentsToCanvas() [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLStyleElement.cpp | 84 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() function in WebCore::HTMLStyleElement 86 StyleElement::childrenChanged(this); in childrenChanged() 87 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLScriptElement.cpp | 56 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange… in childrenChanged() function in WebCore::HTMLScriptElement 58 ScriptElement::childrenChanged(); in childrenChanged() 59 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLTitleElement.cpp | 58 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() function in WebCore::HTMLTitleElement 63 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | HTMLOutputElement.cpp | 77 void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange, Node* afterChange… in childrenChanged() function in WebCore::HTMLOutputElement 86 …HTMLFormControlElement::childrenChanged(createdByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
|
D | HTMLOptGroupElement.cpp | 68 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChan… in childrenChanged() function in WebCore::HTMLOptGroupElement 71 …HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
|
D | HTMLOptionElement.cpp | 186 void HTMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange… in childrenChanged() function in WebCore::HTMLOptionElement 190 select->childrenChanged(changedByParser); in childrenChanged() 191 …HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelt… in childrenChanged()
|
D | HTMLDetailsElement.cpp | 108 void HTMLDetailsElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChang… in childrenChanged() function in WebCore::HTMLDetailsElement 110 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGStyleElement.cpp | 117 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, … in childrenChanged() function in WebCore::SVGStyleElement 119 StyleElement::childrenChanged(this); in childrenChanged() 120 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceFormatElement.cpp | 42 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afte… in childrenChanged() function in WebCore::SVGFontFaceFormatElement 44 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGTitleElement.cpp | 53 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, … in childrenChanged() function in WebCore::SVGTitleElement 55 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceSrcElement.cpp | 61 void SVGFontFaceSrcElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterCh… in childrenChanged() function in WebCore::SVGFontFaceSrcElement 63 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGScriptElement.cpp | 132 void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() function in WebCore::SVGScriptElement 134 ScriptElement::childrenChanged(); in childrenChanged() 135 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceUriElement.cpp | 72 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterCh… in childrenChanged() function in WebCore::SVGFontFaceUriElement 74 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGClipPathElement.cpp | 119 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChang… in childrenChanged() function in WebCore::SVGClipPathElement 121 …SVGStyledTransformableElement::childrenChanged(changedByParser, beforeChange, afterChange, childCo… in childrenChanged()
|
D | SVGFontFaceFormatElement.h | 35 …virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChan…
|
D | SVGFilterPrimitiveStandardAttributes.cpp | 117 void SVGFilterPrimitiveStandardAttributes::childrenChanged(bool changedByParser, Node* beforeChange… in childrenChanged() function in WebCore::SVGFilterPrimitiveStandardAttributes 119 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGGradientElement.cpp | 137 void SVGGradientElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChang… in childrenChanged() function in WebCore::SVGGradientElement 139 SVGStyledElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | SVGFontFaceSrcElement.h | 39 …virtual void childrenChanged(bool changedByParser = false, Node* beforeChange = 0, Node* afterChan…
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityMenuList.cpp | 71 void AccessibilityMenuList::childrenChanged() in childrenChanged() function in WebCore::AccessibilityMenuList 77 m_children[0]->childrenChanged(); in childrenChanged()
|
/external/webkit/Source/WebCore/wml/ |
D | WMLOptionElement.cpp | 75 void WMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange,… in childrenChanged() function in WebCore::WMLOptionElement 78 select->childrenChanged(changedByParser); in childrenChanged() 80 …WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta… in childrenChanged()
|
D | WMLOptGroupElement.cpp | 80 void WMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChang… in childrenChanged() function in WebCore::WMLOptGroupElement 83 …WMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta… in childrenChanged()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.cpp | 158 bool childrenChanged = GraphicsLayer::setChildren(children); in setChildren() local 161 if (childrenChanged) in setChildren() 164 return childrenChanged; in setChildren() 349 bool childrenChanged = false; in setContentsToImage() local 355 childrenChanged = true; in setContentsToImage() 360 childrenChanged = true; in setContentsToImage() 366 if (childrenChanged) in setContentsToImage()
|
/external/webkit/Source/WebCore/dom/ |
D | ContainerNode.cpp | 169 childrenChanged(false, refChildPreviousSibling.get(), next.get(), 1); in insertBefore() 239 childrenChanged(true, nextChildPreviousSibling.get(), nextChild, 1); in parserInsertBefore() 340 childrenChanged(false, prev.get(), next, 1); in replaceChild() 449 childrenChanged(false, prev, next, -1); in removeChild() 497 childrenChanged(true, prev, next, -1); in parserRemoveChild() 558 childrenChanged(false, 0, 0, -static_cast<int>(removedChildrenCount)); in removeChildren() 627 childrenChanged(false, prev.get(), 0, 1); in appendChild() 667 childrenChanged(true, last, 0, 1); in parserAddChild() 790 void ContainerNode::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, in… in childrenChanged() function in WebCore::ContainerNode 792 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|
D | Attr.cpp | 166 void Attr::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCo… in childrenChanged() function in WebCore::Attr 171 Node::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); in childrenChanged()
|