Searched defs:rootElement (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGDocument.cpp43 SVGSVGElement* SVGDocument::rootElement() const function in class:WebCore::SVGDocument
58 rootElement()->dispatchEvent(event.release(), IGNORE_EXCEPTION);
65 rootElement()->dispatchEvent(event.release(), IGNORE_EXCEPTION);
70 if (SVGSVGElement* svg = rootElement()) {
84 if (SVGSVGElement* svg = rootElement())
90 if (SVGSVGElement* svg = rootElement()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaDocument.cpp76 RefPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*document()); local
77 rootElement->insertedByParser();
78 document()->appendChild(rootElement);
105 rootElement->appendChild(head.release());
106 rootElement->appendChild(body.release());
H A DImageDocument.cpp181 RefPtr<HTMLHtmlElement> rootElement = HTMLHtmlElement::create(*this); local
182 appendChild(rootElement);
183 rootElement->insertedByParser();
211 rootElement->appendChild(head);
212 rootElement->appendChild(body);
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLErrors.cpp122 RefPtr<Element> rootElement = m_document->createElement(htmlTag, true); local
124 rootElement->parserAppendChild(body);
125 m_document->parserAppendChild(rootElement);
128 RefPtr<Element> rootElement = m_document->createElement(htmlTag, true); local
130 rootElement->parserAppendChild(body);
135 m_document->parserAppendChild(rootElement);
/external/droiddriver/src/com/google/android/droiddriver/base/
H A DAbstractDroidDriver.java47 private AbstractUiElement rootElement; field in class:AbstractDroidDriver
112 if (rootElement == null) {
115 return rootElement;
120 rootElement = getNewRootElement();
121 return rootElement;
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImage.cpp92 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
93 if (!rootElement)
98 ComposedTreeWalker walker(rootElement);
120 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
121 if (!rootElement)
127 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer());
138 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
280 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
299 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
310 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
321 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
341 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
353 SVGSVGElement* rootElement = toSVGDocument(frame->document())->rootElement(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleUnits.cpp976 Element* rootElement = node->rendererIsEditable(editableType) ? node->rootEditableElement(editableType) : node->document().documentElement(); local
977 if (!rootElement)
979 return VisiblePosition(firstPositionInNode(rootElement), DOWNSTREAM);
1034 Element* rootElement = node->rendererIsEditable(editableType) ? node->rootEditableElement(editableType) : node->document().documentElement(); local
1035 if (!rootElement)
1037 return VisiblePosition(lastPositionInNode(rootElement), DOWNSTREAM);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 433 milliseconds