HomeSort by relevance Sort by last modified time
    Searched refs:rootParent (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTitleElement.cpp 41 Node::InsertionNotificationRequest SVGTitleElement::insertedInto(ContainerNode* rootParent)
43 SVGElement::insertedInto(rootParent);
44 if (!rootParent->inDocument())
52 void SVGTitleElement::removedFrom(ContainerNode* rootParent)
54 SVGElement::removedFrom(rootParent);
55 if (rootParent->inDocument())
SVGMPathElement.cpp 92 Node::InsertionNotificationRequest SVGMPathElement::insertedInto(ContainerNode* rootParent)
94 SVGElement::insertedInto(rootParent);
95 if (rootParent->inDocument())
100 void SVGMPathElement::removedFrom(ContainerNode* rootParent)
102 SVGElement::removedFrom(rootParent);
103 notifyParentOfPathChange(rootParent);
104 if (rootParent->inDocument())
SVGVKernElement.cpp 43 Node::InsertionNotificationRequest SVGVKernElement::insertedInto(ContainerNode* rootParent)
45 if (rootParent->inDocument()) {
51 return SVGElement::insertedInto(rootParent);
54 void SVGVKernElement::removedFrom(ContainerNode* rootParent)
60 SVGElement::removedFrom(rootParent);
SVGStyleElement.cpp 129 Node::InsertionNotificationRequest SVGStyleElement::insertedInto(ContainerNode* rootParent)
131 SVGElement::insertedInto(rootParent);
132 if (rootParent->inDocument())
142 void SVGStyleElement::removedFrom(ContainerNode* rootParent)
144 SVGElement::removedFrom(rootParent);
145 if (rootParent->inDocument())
SVGHKernElement.cpp 44 Node::InsertionNotificationRequest SVGHKernElement::insertedInto(ContainerNode* rootParent)
50 return SVGElement::insertedInto(rootParent);
53 void SVGHKernElement::removedFrom(ContainerNode* rootParent)
59 SVGElement::removedFrom(rootParent);
SVGFEImageElement.cpp 171 Node::InsertionNotificationRequest SVGFEImageElement::insertedInto(ContainerNode* rootParent)
173 SVGFilterPrimitiveStandardAttributes::insertedInto(rootParent);
178 void SVGFEImageElement::removedFrom(ContainerNode* rootParent)
180 SVGFilterPrimitiveStandardAttributes::removedFrom(rootParent);
181 if (rootParent->inDocument())
SVGGlyphElement.cpp 61 Node::InsertionNotificationRequest SVGGlyphElement::insertedInto(ContainerNode* rootParent)
64 return SVGElement::insertedInto(rootParent);
67 void SVGGlyphElement::removedFrom(ContainerNode* rootParent)
69 if (rootParent->inDocument())
71 SVGElement::removedFrom(rootParent);
SVGTextPathElement.cpp 181 Node::InsertionNotificationRequest SVGTextPathElement::insertedInto(ContainerNode* rootParent)
183 SVGTextContentElement::insertedInto(rootParent);
188 void SVGTextPathElement::removedFrom(ContainerNode* rootParent)
190 SVGTextContentElement::removedFrom(rootParent);
191 if (rootParent->inDocument())
SVGScriptElement.cpp 121 Node::InsertionNotificationRequest SVGScriptElement::insertedInto(ContainerNode* rootParent)
123 SVGElement::insertedInto(rootParent);
124 m_loader->insertedInto(rootParent);
125 if (rootParent->inDocument())
SVGFontFaceUriElement.cpp 85 Node::InsertionNotificationRequest SVGFontFaceUriElement::insertedInto(ContainerNode* rootParent)
88 return SVGElement::insertedInto(rootParent);
SVGFontFaceElement.cpp 322 Node::InsertionNotificationRequest SVGFontFaceElement::insertedInto(ContainerNode* rootParent)
324 SVGElement::insertedInto(rootParent);
325 if (!rootParent->inDocument()) {
335 void SVGFontFaceElement::removedFrom(ContainerNode* rootParent)
337 SVGElement::removedFrom(rootParent);
339 if (rootParent->inDocument()) {
SVGTRefElement.cpp 270 Node::InsertionNotificationRequest SVGTRefElement::insertedInto(ContainerNode* rootParent)
272 SVGElement::insertedInto(rootParent);
273 if (rootParent->inDocument())
278 void SVGTRefElement::removedFrom(ContainerNode* rootParent)
280 SVGElement::removedFrom(rootParent);
281 if (rootParent->inDocument())
SVGImageElement.cpp 206 Node::InsertionNotificationRequest SVGImageElement::insertedInto(ContainerNode* rootParent)
208 SVGGraphicsElement::insertedInto(rootParent);
209 if (!rootParent->inDocument())
SVGSVGElement.cpp 487 Node::InsertionNotificationRequest SVGSVGElement::insertedInto(ContainerNode* rootParent)
489 if (rootParent->inDocument()) {
498 return SVGGraphicsElement::insertedInto(rootParent);
501 void SVGSVGElement::removedFrom(ContainerNode* rootParent)
503 if (rootParent->inDocument())
505 SVGGraphicsElement::removedFrom(rootParent);
SVGPathElement.cpp 292 Node::InsertionNotificationRequest SVGPathElement::insertedInto(ContainerNode* rootParent)
294 SVGGraphicsElement::insertedInto(rootParent);
299 void SVGPathElement::removedFrom(ContainerNode* rootParent)
301 SVGGraphicsElement::removedFrom(rootParent);
SVGUseElement.cpp 169 Node::InsertionNotificationRequest SVGUseElement::insertedInto(ContainerNode* rootParent)
172 SVGGraphicsElement::insertedInto(rootParent);
173 if (!rootParent->inDocument())
183 void SVGUseElement::removedFrom(ContainerNode* rootParent)
185 SVGGraphicsElement::removedFrom(rootParent);
186 if (rootParent->inDocument())
    [all...]
SVGElement.cpp 327 Node::InsertionNotificationRequest SVGElement::insertedInto(ContainerNode* rootParent)
329 Element::insertedInto(rootParent);
335 void SVGElement::removedFrom(ContainerNode* rootParent)
337 bool wasInDocument = rootParent->inDocument();
342 Element::removedFrom(rootParent);
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 239 public abstract void apply(View root, ViewGroup rootParent,
347 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
382 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
457 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler) {
553 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
558 if (!(rootParent instanceof AppWidgetHostView)) {
616 public void apply(View root, ViewGroup rootParent, OnClickHandler handler) {
621 if (!(rootParent instanceof AppWidgetHostView)) {
635 AppWidgetHostView host = (AppWidgetHostView) rootParent;
689 public void apply(View root, ViewGroup rootParent, final OnClickHandler handler)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 231 Node::InsertionNotificationRequest SVGSMILElement::insertedInto(ContainerNode* rootParent)
233 SVGElement::insertedInto(rootParent);
234 if (!rootParent->inDocument())
264 void SVGSMILElement::removedFrom(ContainerNode* rootParent)
266 if (rootParent->inDocument()) {
275 SVGElement::removedFrom(rootParent);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java 766 UiElementNode rootParent = rootNode.getUiParent();
767 return (rootParent instanceof UiViewElementNode
768 && VIEW_MERGE.equals(rootParent.getDescriptor().getXmlName()));
    [all...]

Completed in 3975 milliseconds