Searched refs:rootParent (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTitleElement.cpp41 Node::InsertionNotificationRequest SVGTitleElement::insertedInto(ContainerNode* rootParent) argument
43 SVGElement::insertedInto(rootParent);
44 if (!rootParent->inDocument())
52 void SVGTitleElement::removedFrom(ContainerNode* rootParent) argument
54 SVGElement::removedFrom(rootParent);
55 if (rootParent->inDocument())
H A DSVGMPathElement.cpp92 Node::InsertionNotificationRequest SVGMPathElement::insertedInto(ContainerNode* rootParent) argument
94 SVGElement::insertedInto(rootParent);
95 if (rootParent->inDocument())
100 void SVGMPathElement::removedFrom(ContainerNode* rootParent) argument
102 SVGElement::removedFrom(rootParent);
103 notifyParentOfPathChange(rootParent);
104 if (rootParent->inDocument())
H A DSVGVKernElement.cpp43 Node::InsertionNotificationRequest SVGVKernElement::insertedInto(ContainerNode* rootParent) argument
45 if (rootParent->inDocument()) {
51 return SVGElement::insertedInto(rootParent);
54 void SVGVKernElement::removedFrom(ContainerNode* rootParent) argument
60 SVGElement::removedFrom(rootParent);
H A DSVGStyleElement.cpp129 Node::InsertionNotificationRequest SVGStyleElement::insertedInto(ContainerNode* rootParent) argument
131 SVGElement::insertedInto(rootParent);
132 if (rootParent->inDocument())
142 void SVGStyleElement::removedFrom(ContainerNode* rootParent) argument
144 SVGElement::removedFrom(rootParent);
145 if (rootParent->inDocument())
H A DSVGHKernElement.cpp44 Node::InsertionNotificationRequest SVGHKernElement::insertedInto(ContainerNode* rootParent) argument
50 return SVGElement::insertedInto(rootParent);
53 void SVGHKernElement::removedFrom(ContainerNode* rootParent) argument
59 SVGElement::removedFrom(rootParent);
H A DSVGFEImageElement.cpp171 Node::InsertionNotificationRequest SVGFEImageElement::insertedInto(ContainerNode* rootParent) argument
173 SVGFilterPrimitiveStandardAttributes::insertedInto(rootParent);
178 void SVGFEImageElement::removedFrom(ContainerNode* rootParent) argument
180 SVGFilterPrimitiveStandardAttributes::removedFrom(rootParent);
181 if (rootParent->inDocument())
H A DSVGGlyphElement.cpp61 Node::InsertionNotificationRequest SVGGlyphElement::insertedInto(ContainerNode* rootParent) argument
64 return SVGElement::insertedInto(rootParent);
67 void SVGGlyphElement::removedFrom(ContainerNode* rootParent) argument
69 if (rootParent->inDocument())
71 SVGElement::removedFrom(rootParent);
H A DSVGTextPathElement.cpp181 Node::InsertionNotificationRequest SVGTextPathElement::insertedInto(ContainerNode* rootParent) argument
183 SVGTextContentElement::insertedInto(rootParent);
188 void SVGTextPathElement::removedFrom(ContainerNode* rootParent) argument
190 SVGTextContentElement::removedFrom(rootParent);
191 if (rootParent->inDocument())
H A DSVGScriptElement.cpp121 Node::InsertionNotificationRequest SVGScriptElement::insertedInto(ContainerNode* rootParent) argument
123 SVGElement::insertedInto(rootParent);
124 m_loader->insertedInto(rootParent);
125 if (rootParent->inDocument())
H A DSVGFontFaceUriElement.cpp85 Node::InsertionNotificationRequest SVGFontFaceUriElement::insertedInto(ContainerNode* rootParent) argument
88 return SVGElement::insertedInto(rootParent);
H A DSVGFontFaceElement.cpp322 Node::InsertionNotificationRequest SVGFontFaceElement::insertedInto(ContainerNode* rootParent) argument
324 SVGElement::insertedInto(rootParent);
325 if (!rootParent->inDocument()) {
335 void SVGFontFaceElement::removedFrom(ContainerNode* rootParent) argument
337 SVGElement::removedFrom(rootParent);
339 if (rootParent->inDocument()) {
H A DSVGTRefElement.cpp270 Node::InsertionNotificationRequest SVGTRefElement::insertedInto(ContainerNode* rootParent) argument
272 SVGElement::insertedInto(rootParent);
273 if (rootParent->inDocument())
278 void SVGTRefElement::removedFrom(ContainerNode* rootParent) argument
280 SVGElement::removedFrom(rootParent);
281 if (rootParent->inDocument())
H A DSVGImageElement.cpp206 Node::InsertionNotificationRequest SVGImageElement::insertedInto(ContainerNode* rootParent) argument
208 SVGGraphicsElement::insertedInto(rootParent);
209 if (!rootParent->inDocument())
H A DSVGSVGElement.cpp487 Node::InsertionNotificationRequest SVGSVGElement::insertedInto(ContainerNode* rootParent) argument
489 if (rootParent->inDocument()) {
498 return SVGGraphicsElement::insertedInto(rootParent);
501 void SVGSVGElement::removedFrom(ContainerNode* rootParent) argument
503 if (rootParent->inDocument())
505 SVGGraphicsElement::removedFrom(rootParent);
H A DSVGPathElement.cpp292 Node::InsertionNotificationRequest SVGPathElement::insertedInto(ContainerNode* rootParent) argument
294 SVGGraphicsElement::insertedInto(rootParent);
299 void SVGPathElement::removedFrom(ContainerNode* rootParent) argument
301 SVGGraphicsElement::removedFrom(rootParent);
H A DSVGUseElement.cpp169 Node::InsertionNotificationRequest SVGUseElement::insertedInto(ContainerNode* rootParent) argument
172 SVGGraphicsElement::insertedInto(rootParent);
173 if (!rootParent->inDocument())
183 void SVGUseElement::removedFrom(ContainerNode* rootParent) argument
185 SVGGraphicsElement::removedFrom(rootParent);
186 if (rootParent->inDocument())
H A DSVGElement.cpp327 Node::InsertionNotificationRequest SVGElement::insertedInto(ContainerNode* rootParent) argument
329 Element::insertedInto(rootParent);
335 void SVGElement::removedFrom(ContainerNode* rootParent) argument
337 bool wasInDocument = rootParent->inDocument();
342 Element::removedFrom(rootParent);
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp231 Node::InsertionNotificationRequest SVGSMILElement::insertedInto(ContainerNode* rootParent) argument
233 SVGElement::insertedInto(rootParent);
234 if (!rootParent->inDocument())
264 void SVGSMILElement::removedFrom(ContainerNode* rootParent) argument
266 if (rootParent->inDocument()) {
275 SVGElement::removedFrom(rootParent);

Completed in 66 milliseconds