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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocument.h 33 class SVGDocument FINAL : public Document {
35 static PassRefPtr<SVGDocument> create(const DocumentInit& initializer = DocumentInit())
37 return adoptRef(new SVGDocument(initializer));
51 SVGDocument(const DocumentInit&);
58 inline SVGDocument* toSVGDocument(Document* document)
61 return static_cast<SVGDocument*>(document);
64 inline const SVGDocument* toSVGDocument(const Document* document)
67 return static_cast<const SVGDocument*>(document);
71 void toSVGDocument(const SVGDocument*);
SVGDocument.cpp 22 #include "core/svg/SVGDocument.h"
38 SVGDocument::SVGDocument(const DocumentInit& initializer)
44 SVGSVGElement* SVGDocument::rootElement() const
53 void SVGDocument::dispatchZoomEvent(float prevScale, float newScale)
62 void SVGDocument::dispatchScrollEvent()
69 bool SVGDocument::zoomAndPanEnabled() const
82 void SVGDocument::startPan(const FloatPoint& start)
88 void SVGDocument::updatePan(const FloatPoint& pos) const
97 bool SVGDocument::childShouldCreateRenderer(const NodeRenderingContext& childContext) cons
    [all...]
SVGDocument.idl 24 ] interface SVGDocument : Document {
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
DocumentResource.cpp 30 #include "core/svg/SVGDocument.h"
40 ASSERT(type == SVGDocument);
73 case SVGDocument:
74 return SVGDocument::create(DocumentInit(url));
FontResource.h 39 class SVGDocument;
70 RefPtr<WebCore::SVGDocument> m_externalSVGDocument;
FontResource.cpp 40 #include "core/svg/SVGDocument.h"
106 m_externalSVGDocument = SVGDocument::create();
ResourceFetcher.cpp 81 case Resource::SVGDocument:
82 return new DocumentResource(request, Resource::SVGDocument);
125 case Resource::SVGDocument:
285 return static_cast<DocumentResource*>(requestResource(Resource::SVGDocument, request).get());
310 case Resource::SVGDocument:
377 case Resource::SVGDocument:
410 case Resource::SVGDocument:
616 case Resource::SVGDocument:
    [all...]
Resource.h 67 SVGDocument,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8SVGDocumentCustom.cpp 41 v8::Handle<v8::Object> wrap(SVGDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.idl 35 [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
HTMLFrameElement.idl 38 [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
HTMLFrameOwnerElement.h 33 class SVGDocument;
53 SVGDocument* getSVGDocument(ExceptionState&) const;
HTMLIFrameElement.idl 42 [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
HTMLObjectElement.idl 54 [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
HTMLFrameOwnerElement.cpp 31 #include "core/svg/SVGDocument.h"
116 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionState& es) const
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 54 #include "core/svg/SVGDocument.h"
200 doc = SVGDocument::create();
361 return SVGDocument::create(DocumentInit(url, frame));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestObject.idl 240 [CheckSecurityForNode, RaisesException] SVGDocument getSVGDocument();
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 118 third_party/WebKit/Source/core/svg/SVGDocument.cpp \
webcore_svg.target.darwin-mips.mk 118 third_party/WebKit/Source/core/svg/SVGDocument.cpp \
webcore_svg.target.darwin-x86.mk 118 third_party/WebKit/Source/core/svg/SVGDocument.cpp \
webcore_svg.target.linux-arm.mk 118 third_party/WebKit/Source/core/svg/SVGDocument.cpp \
webcore_svg.target.linux-mips.mk 118 third_party/WebKit/Source/core/svg/SVGDocument.cpp \
webcore_svg.target.linux-x86.mk 118 third_party/WebKit/Source/core/svg/SVGDocument.cpp \
  /external/chromium_org/third_party/WebKit/Source/bindings/
interface_dependencies.target.darwin-arm.mk     [all...]
interface_dependencies.target.darwin-mips.mk     [all...]

Completed in 625 milliseconds

1 2