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

1 2

  /external/webkit/Source/WebCore/svg/
SVGFitToViewBox.cpp 61 doc->accessSVGExtensions()->reportWarning("Problem parsing viewBox=\"" + str + "\"");
66 doc->accessSVGExtensions()->reportError("A negative value for ViewBox width is not allowed");
70 doc->accessSVGExtensions()->reportError("A negative value for ViewBox height is not allowed");
75 doc->accessSVGExtensions()->reportWarning("Problem parsing viewBox=\"" + str + "\"");
SVGRectElement.cpp 68 document()->accessSVGExtensions()->reportError("A negative value for rect <rx> is not allowed");
72 document()->accessSVGExtensions()->reportError("A negative value for rect <ry> is not allowed");
76 document()->accessSVGExtensions()->reportError("A negative value for rect <width> is not allowed");
80 document()->accessSVGExtensions()->reportError("A negative value for rect <height> is not allowed");
SVGElement.cpp 85 document()->accessSVGExtensions()->removeAllAnimationElementsFromTarget(this);
123 document()->accessSVGExtensions()->removeAllAnimationElementsFromTarget(this);
159 return document() ? document()->accessSVGExtensions() : 0;
348 SVGDocumentExtensions* extensions = document()->accessSVGExtensions();
379 document()->accessSVGExtensions()->removeAllAnimationElementsFromTarget(this);
SVGEllipseElement.cpp 65 document()->accessSVGExtensions()->reportError("A negative value for ellipse <rx> is not allowed");
69 document()->accessSVGExtensions()->reportError("A negative value for ellipse <ry> is not allowed");
SVGPolyElement.cpp 51 document()->accessSVGExtensions()->reportError("Problem parsing points=\"" + value + "\"");
SVGImageElement.cpp 74 document()->accessSVGExtensions()->reportError("A negative value for image attribute <width> is not allowed");
79 document()->accessSVGExtensions()->reportError("A negative value for image attribute <height> is not allowed");
SVGSVGElement.cpp 91 document()->accessSVGExtensions()->removeTimeContainer(this);
268 document()->accessSVGExtensions()->reportError("A negative value for svg attribute <width> is not allowed");
273 document()->accessSVGExtensions()->reportError("A negative value for svg attribute <height> is not allowed");
527 document()->accessSVGExtensions()->addTimeContainer(this);
533 document()->accessSVGExtensions()->removeTimeContainer(this);
SVGCircleElement.cpp 63 document()->accessSVGExtensions()->reportError("A negative value for circle <r> is not allowed");
SVGTextPathElement.cpp 162 document()->accessSVGExtensions()->addPendingResource(id, this);
SVGPathElement.cpp 189 document()->accessSVGExtensions()->reportError("Problem parsing d=\"" + attr->value() + "\"");
193 document()->accessSVGExtensions()->reportError("A negative value for path attribute <pathLength> is not allowed");
SVGPatternElement.cpp 100 document()->accessSVGExtensions()->reportError("A negative value for pattern attribute <width> is not allowed");
104 document()->accessSVGExtensions()->reportError("A negative value for pattern attribute <height> is not allowed");
SVGUseElement.cpp 112 document()->accessSVGExtensions()->reportError("A negative value for use attribute <width> is not allowed");
116 document()->accessSVGExtensions()->reportError("A negative value for use attribute <height> is not allowed");
163 document()->accessSVGExtensions()->removePendingResource(m_resourceId);
471 document()->accessSVGExtensions()->addPendingResource(id, this);
682 document()->accessSVGExtensions()->reportError("Not allowed to use indirect reference in <clip-path>");
    [all...]
SVGRadialGradientElement.cpp 74 document()->accessSVGExtensions()->reportError("A negative value for radial gradient radius <r> is not allowed");
SVGTextContentElement.cpp 192 document()->accessSVGExtensions()->reportError("A negative value for text attribute <textLength> is not allowed");
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceContainer.h 76 if (RenderSVGResourceContainer* renderResource = document->accessSVGExtensions()->resourceById(id))
RenderSVGResourceContainer.cpp 34 return node->document()->accessSVGExtensions();
SVGResourcesCache.cpp 95 SVGDocumentExtensions* extensions = document->accessSVGExtensions();
SVGResources.cpp 202 SVGDocumentExtensions* extensions = document->accessSVGExtensions();
  /external/webkit/Source/WebCore/history/
CachedFrame.cpp 91 m_document->accessSVGExtensions()->unpauseAnimations();
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 145 document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement);
196 document()->accessSVGExtensions()->removeAnimationElementFromTarget(this, m_targetElement);
509 document()->accessSVGExtensions()->addAnimationElementToTarget(const_cast<SVGSMILElement*>(this), m_targetElement);
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 401 return document->accessSVGExtensions()->sampleAnimationAtTime(elementId, static_cast<SVGSMILElement*>(coreElement), time);
  /external/webkit/Source/WebCore/dom/
Document.h     [all...]
Document.cpp     [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 316 return doc->accessSVGExtensions()->sampleAnimationAtTime(elementId, static_cast<SVGSMILElement*>(coreNode), time);
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]

Completed in 496 milliseconds

1 2