Searched defs:changedByParser (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceFormatElement.cpp43 void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
45 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceSrcElement.cpp63 void SVGFontFaceSrcElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
65 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGTitleElement.cpp58 void SVGTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
60 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGClipPathElement.cpp98 void SVGClipPathElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
100 SVGGraphicsElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
102 if (changedByParser)
H A DSVGFELightElement.cpp204 void SVGFELightElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
206 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
208 if (!changedByParser) {
H A DSVGFilterPrimitiveStandardAttributes.cpp115 void SVGFilterPrimitiveStandardAttributes::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
117 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
119 if (!changedByParser)
H A DSVGFontFaceUriElement.cpp70 void SVGFontFaceUriElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
72 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGMaskElement.cpp142 void SVGMaskElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
144 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
146 if (changedByParser)
H A DSVGFilterElement.cpp175 void SVGFilterElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
177 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
179 if (changedByParser)
H A DSVGGradientElement.cpp127 void SVGGradientElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
129 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
131 if (changedByParser)
H A DSVGMarkerElement.cpp177 void SVGMarkerElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
179 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
181 if (changedByParser)
H A DSVGPatternElement.cpp160 void SVGPatternElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
162 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
164 if (changedByParser)
H A DSVGStyleElement.cpp145 void SVGStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
147 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGFontFaceElement.cpp347 void SVGFontFaceElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
349 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DSVGScriptElement.cpp132 void SVGScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
134 SVGElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLDataListElement.cpp58 void HTMLDataListElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
60 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
61 if (!changedByParser)
H A DHTMLTitleElement.cpp65 void HTMLTitleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
67 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLFieldSetElement.cpp67 void HTMLFieldSetElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
69 HTMLFormControlElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptGroupElement.cpp67 void HTMLOptGroupElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
70 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLScriptElement.cpp57 void HTMLScriptElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
59 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLStyleElement.cpp213 void HTMLStyleElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
215 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLObjectElement.cpp328 void HTMLObjectElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
334 HTMLPlugInElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DHTMLOptionElement.cpp250 void HTMLOptionElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
256 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DInsertionPoint.cpp199 void InsertionPoint::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
201 HTMLElement::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);
H A DShadowRoot.cpp289 void ShadowRoot::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) argument
291 ContainerNode::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta);

Completed in 1137 milliseconds

12