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

  /external/webkit/WebCore/svg/
SVGDocument.h 34 class SVGDocument : public Document {
36 static PassRefPtr<SVGDocument> create(Frame* frame)
38 return adoptRef(new SVGDocument(frame));
41 virtual ~SVGDocument();
54 SVGDocument(Frame*);
SVGDocument.cpp 23 #include "SVGDocument.h"
38 SVGDocument::SVGDocument(Frame* frame)
43 SVGDocument::~SVGDocument()
47 SVGSVGElement* SVGDocument::rootElement() const
56 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale)
66 void SVGDocument::dispatchScrollEvent()
74 bool SVGDocument::zoomAndPanEnabled() const
87 void SVGDocument::startPan(const FloatPoint& start
    [all...]
SVGDocument.idl 24 interface [Conditional=SVG] SVGDocument : core::Document {
  /external/webkit/WebCore/html/
HTMLFrameOwnerElement.h 33 class SVGDocument;
45 SVGDocument* getSVGDocument(ExceptionCode&) const;
HTMLFrameOwnerElement.cpp 30 #include "SVGDocument.h"
80 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const
84 return static_cast<SVGDocument*>(doc);
HTMLEmbedElement.idl 46 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
HTMLFrameElement.idl 42 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
HTMLIFrameElement.idl 45 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
HTMLObjectElement.idl 53 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
  /external/webkit/WebCore/bindings/v8/custom/
V8SVGDocumentCustom.cpp 39 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject)
V8DocumentCustom.cpp 149 return toV8(static_cast<SVGDocument*>(impl), forceNewObject);
  /external/webkit/WebCore/loader/
CachedFont.h 35 #include "SVGDocument.h"
82 RefPtr<SVGDocument> m_externalSVGDocument;
CachedFont.cpp 138 m_externalSVGDocument = SVGDocument::create(0);
  /external/webkit/WebCore/svg/graphics/
SVGImage.cpp 45 #include "SVGDocument.h"
110 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
122 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
134 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
159 SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootElement();
170 SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootElement();
  /external/webkit/WebCore/bindings/js/
JSDocumentCustom.cpp 39 #include "SVGDocument.h"
107 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, SVGDocument, document);
  /external/webkit/WebCore/dom/
DOMImplementation.cpp 55 #include "SVGDocument.h"
229 doc = SVGDocument::create(0);
370 return SVGDocument::create(frame);
  /external/webkit/WebCore/page/
EventHandler.cpp 73 #include "SVGDocument.h"
404 static_cast<SVGDocument*>(m_frame->document())->zoomAndPanEnabled()) {
407 static_cast<SVGDocument*>(m_frame->document())->startPan(event.event().pos());
    [all...]
DOMWindow.idl 577 attribute SVGDocumentConstructor SVGDocument;
    [all...]
Frame.cpp 97 #include "SVGDocument.h"
704 if (!static_cast<SVGDocument*>(m_doc.get())->zoomAndPanEnabled())
    [all...]
FrameView.cpp 69 #include "SVGDocument.h"
897 RefPtr<SVGSVGElement> svg = static_cast<SVGDocument*>(m_frame->document())->rootElement();
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8Index.h 311 V(SVGDOCUMENT, SVGDocument)
    [all...]
  /external/webkit/WebCore/
Android.mk 776 svg/SVGDocument.cpp \
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 361 return ("cacheIndex", "implementationIndex") if ($name eq "Document") || ($name eq "SVGDocument");
    [all...]

Completed in 1423 milliseconds