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

  /external/webkit/Source/WebCore/svg/
SVGDocument.h 34 class SVGDocument : public Document {
36 static PassRefPtr<SVGDocument> create(Frame* frame, const KURL& url)
38 return adoptRef(new SVGDocument(frame, url));
52 SVGDocument(Frame*, const KURL&);
SVGDocument.cpp 23 #include "SVGDocument.h"
38 SVGDocument::SVGDocument(Frame* frame, const KURL& url)
43 SVGSVGElement* SVGDocument::rootElement() const
52 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale)
62 void SVGDocument::dispatchScrollEvent()
70 bool SVGDocument::zoomAndPanEnabled() const
83 void SVGDocument::startPan(const FloatPoint& start)
89 void SVGDocument::updatePan(const FloatPoint& pos) const
98 bool SVGDocument::childShouldCreateRenderer(Node* node) cons
    [all...]
SVGDocument.idl 24 interface [Conditional=SVG] SVGDocument : Document {
  /external/webkit/Source/WebCore/html/
HTMLFrameOwnerElement.h 34 class SVGDocument;
51 SVGDocument* getSVGDocument(ExceptionCode&) const;
HTMLEmbedElement.idl 45 [SVGCheckSecurityDocument] SVGDocument getSVGDocument() raises(DOMException);
HTMLFrameOwnerElement.cpp 31 #include "SVGDocument.h"
98 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const
102 return static_cast<SVGDocument*>(doc);
HTMLFrameElement.idl 42 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
HTMLIFrameElement.idl 44 [SVGCheckSecurityDocument] SVGDocument getSVGDocument()
HTMLObjectElement.idl 56 [SVGCheckSecurityDocument] SVGDocument getSVGDocument() raises(DOMException);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGDocumentCustom.cpp 41 v8::Handle<v8::Value> toV8(SVGDocument* impl, bool forceNewObject)
V8DocumentCustom.cpp 130 return toV8(static_cast<SVGDocument*>(impl), forceNewObject);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.h 38 #include "SVGDocument.h"
80 RefPtr<SVGDocument> m_externalSVGDocument;
CachedFont.cpp 133 m_externalSVGDocument = SVGDocument::create(0, KURL());
  /external/webkit/Source/WebCore/svg/graphics/
SVGImage.cpp 45 #include "SVGDocument.h"
111 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
123 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
135 SVGSVGElement* rootElement = static_cast<SVGDocument*>(frame->document())->rootElement();
160 SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootElement();
171 SVGSVGElement* rootElement = static_cast<SVGDocument*>(m_page->mainFrame()->document())->rootElement();
  /external/webkit/Source/WebCore/bindings/js/
JSDocumentCustom.cpp 42 #include "SVGDocument.h"
110 wrapper = CREATE_DOM_NODE_WRAPPER(exec, globalObject, SVGDocument, document);
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 56 #include "SVGDocument.h"
236 doc = SVGDocument::create(0, KURL());
379 return SVGDocument::create(frame, url);
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 91 #include "SVGDocument.h"
476 && static_cast<SVGDocument*>(m_frame->document())->zoomAndPanEnabled()) {
479 static_cast<SVGDocument*>(m_frame->document())->startPan(event.event().pos());
    [all...]
Frame.cpp 104 #include "SVGDocument.h"
986 if (!static_cast<SVGDocument*>(document)->zoomAndPanEnabled())
    [all...]
DOMWindow.idl     [all...]
FrameView.cpp 70 #include "SVGDocument.h"
    [all...]
  /external/webkit/Source/WebCore/
Android.mk     [all...]

Completed in 683 milliseconds