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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGShadowTreeRootContainer.cpp101 Node* RenderSVGShadowTreeRootContainer::rootElement() const function in class:WebCore::RenderSVGShadowTreeRootContainer
/external/webkit/Source/WebCore/svg/
H A DSVGDocument.cpp43 SVGSVGElement* SVGDocument::rootElement() const function in class:WebCore::SVGDocument
59 rootElement()->dispatchEvent(event.release(), ec);
67 rootElement()->dispatchEvent(event.release(), ec);
72 if (rootElement()) {
73 if (rootElement()->useCurrentView()) {
74 if (rootElement()->currentView())
75 return rootElement()->currentView()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY;
77 return rootElement()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY;
85 if (rootElement())
86 m_translate = FloatPoint(start.x() - rootElement()
[all...]
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityControllerGtk.cpp64 AccessibilityUIElement AccessibilityController::rootElement() function in class:AccessibilityController
/external/webkit/Source/WebCore/html/
H A DPluginDocument.cpp71 RefPtr<Element> rootElement = document()->createElement(htmlTag, false); local
72 document()->appendChild(rootElement, ec);
74 static_cast<HTMLHtmlElement*>(rootElement.get())->insertedByParser();
85 rootElement->appendChild(body, ec);
H A DMediaDocument.cpp73 RefPtr<Element> rootElement = document()->createElement(htmlTag, false); local
74 document()->appendChild(rootElement, ec);
76 static_cast<HTMLHtmlElement*>(rootElement.get())->insertedByParser();
85 rootElement->appendChild(body, ec);
H A DImageDocument.cpp196 RefPtr<Element> rootElement = Document::createElement(htmlTag, false); local
197 appendChild(rootElement, ec);
199 static_cast<HTMLHtmlElement*>(rootElement.get())->insertedByParser();
208 rootElement->appendChild(body, ec);
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp299 RefPtr<Element> rootElement = document->createElement(htmlTag, false); local
300 document->appendChild(rootElement, ec);
302 rootElement->appendChild(body, ec);
307 RefPtr<Element> rootElement = document->createElement(htmlTag, false); local
309 rootElement->appendChild(body, ec);
311 document->appendChild(rootElement.get(), ec);
317 RefPtr<Element> rootElement = document->createElement(htmlTag, false); local
319 rootElement->appendChild(body, ec);
321 document->appendChild(rootElement.get(), ec);
H A Dxml_expat_tokenizer.cpp853 RefPtr<Node> rootElement = doc->createElementNS(xhtmlNamespaceURI, "html", ec); local
854 doc->appendChild(rootElement, ec);
856 rootElement->appendChild(body, ec);
/external/webkit/Source/WebCore/svg/graphics/
H A DSVGImage.cpp111 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); local
112 if (!rootElement)
115 rootElement->setContainerSize(containerSize);
123 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); local
124 if (!rootElement)
127 return rootElement->hasSetContainerSize();
135 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); local
[all...]
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityControllerWin.cpp70 COMPtr<IAccessible> rootAccessible = rootElement().platformUIElement();
87 AccessibilityUIElement AccessibilityController::rootElement() function in class:AccessibilityController
169 rootElement();
189 rootElement();
209 rootElement();
/external/webkit/Source/WebCore/editing/
H A Dvisible_units.cpp576 Element* rootElement = node->rendererIsEditable() ? node->rootEditableElement() : node->document()->documentElement(); local
577 if (!rootElement)
579 return VisiblePosition(firstPositionInNode(rootElement), DOWNSTREAM);
683 Element* rootElement = node->rendererIsEditable() ? node->rootEditableElement() : node->document()->documentElement(); local
684 if (!rootElement)
686 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/ ...

Completed in 480 milliseconds