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

/external/webkit/WebCore/svg/
H A DSVGDocument.cpp47 SVGSVGElement* SVGDocument::rootElement() const function in class:WebCore::SVGDocument
63 rootElement()->dispatchEvent(event.release(), ec);
71 rootElement()->dispatchEvent(event.release(), ec);
76 if (rootElement()) {
77 if (rootElement()->useCurrentView()) {
78 if (rootElement()->currentView())
79 return rootElement()->currentView()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY;
81 return rootElement()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY;
89 if (rootElement())
90 m_translate = FloatPoint(start.x() - rootElement()
[all...]
H A DSVGDocument.idl25 readonly attribute SVGSVGElement rootElement;
H A DSVGDocument.h43 SVGSVGElement* rootElement() const;
/external/webkit/WebCore/svg/graphics/
H A DSVGImage.cpp110 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); local
111 if (!rootElement)
114 rootElement->setContainerSize(containerSize);
122 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); local
123 if (!rootElement)
126 return rootElement->hasSetContainerSize();
134 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement(); local
[all...]
/external/webkit/WebCore/loader/
H A DPluginDocument.cpp74 RefPtr<Element> rootElement = m_doc->createElement(htmlTag, false); local
75 m_doc->appendChild(rootElement, ec);
82 rootElement->appendChild(body, ec);
H A DTextDocument.cpp135 RefPtr<Element> rootElement = m_doc->createElement(htmlTag, false); local
136 m_doc->appendChild(rootElement, ec);
139 rootElement->appendChild(body, ec);
H A DMediaDocument.cpp81 RefPtr<Element> rootElement = m_doc->createElement(htmlTag, false); local
82 m_doc->appendChild(rootElement, ec);
87 rootElement->appendChild(body, ec);
H A DImageDocument.cpp191 RefPtr<Element> rootElement = Document::createElement(htmlTag, false); local
192 appendChild(rootElement, ec);
197 rootElement->appendChild(body, ec);
/external/webkit/WebCore/dom/
H A DXMLTokenizer.cpp267 RefPtr<Node> rootElement = doc->createElement(htmlTag, false); local
268 doc->appendChild(rootElement, ec);
270 rootElement->appendChild(body, ec);
275 RefPtr<Node> rootElement = doc->createElement(htmlTag, false); local
277 rootElement->appendChild(body, ec);
279 doc->appendChild(rootElement.get(), ec);
285 RefPtr<Node> rootElement = doc->createElement(htmlTag, false); local
287 rootElement->appendChild(body, ec);
289 doc->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/WebKitTools/DumpRenderTree/mac/
H A DAccessibilityControllerMac.mm50 AccessibilityUIElement AccessibilityController::rootElement()
/external/webkit/WebKitTools/DumpRenderTree/
H A DAccessibilityController.h46 AccessibilityUIElement rootElement();
H A DAccessibilityController.cpp43 return AccessibilityUIElement::makeJSAccessibilityUIElement(context, controller->rootElement());
91 { "rootElement", getRootElementCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DAccessibilityControllerGtk.cpp58 AccessibilityUIElement AccessibilityController::rootElement() function in class:AccessibilityController
62 // The presumed, desired rootElement is the parent of the web view.
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DAccessibilityControllerWin.cpp64 COMPtr<IAccessible> rootAccessible = rootElement().platformUIElement();
81 AccessibilityUIElement AccessibilityController::rootElement() function in class:AccessibilityController
163 rootElement();
183 rootElement();
203 rootElement();
/external/webkit/WebKit/chromium/src/
H A DWebPageSerializerImpl.cpp527 Element* rootElement = currentDoc->documentElement(); local
528 if (rootElement)
529 buildContentForNode(rootElement, &param);
/external/webkit/WebCore/editing/
H A Dvisible_units.cpp620 Element* rootElement = node->isContentEditable() ? node->rootEditableElement() : node->document()->documentElement(); local
621 return VisiblePosition(rootElement, 0, DOWNSTREAM);
721 Element* rootElement = node->isContentEditable() ? node->rootEditableElement() : node->document()->documentElement(); local
722 return VisiblePosition(rootElement, rootElement ? rootElement->childNodeCount() : 0, DOWNSTREAM);
/external/webkit/WebCore/page/
H A DFrameView.cpp897 RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement();

Completed in 160 milliseconds