Home
last modified time | relevance | path

Searched refs:sampleAnimationAtTime (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.cpp122 bool SVGDocumentExtensions::sampleAnimationAtTime(const String& elementId, SVGSMILElement* element,… in sampleAnimationAtTime() function in WebCore::SVGDocumentExtensions
135 container->sampleAnimationAtTime(elementId, time); in sampleAnimationAtTime()
DSVGDocumentExtensions.h59 bool sampleAnimationAtTime(const String& elementId, SVGSMILElement*, double time);
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.h66 void sampleAnimationAtTime(const String& elementId, double seconds);
DSMILTimeContainer.cpp212 void SMILTimeContainer::sampleAnimationAtTime(const String& elementId, double newTime) in sampleAnimationAtTime() function in WebCore::SMILTimeContainer
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp401 …return document->accessSVGExtensions()->sampleAnimationAtTime(elementId, static_cast<SVGSMILElemen… in pauseSVGAnimation()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DDumpRenderTreeSupportQt.cpp316 …return doc->accessSVGExtensions()->sampleAnimationAtTime(elementId, static_cast<SVGSMILElement*>(c… in pauseSVGAnimation()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1879 …return document->accessSVGExtensions()->sampleAnimationAtTime(elementId, static_cast<SVGSMILElemen… in pauseSVGAnimation()
/external/webkit/Source/WebKit/win/
DWebFrame.cpp1263 …*animationWasRunning = document->accessSVGExtensions()->sampleAnimationAtTime(String(elementId, Sy… in pauseSVGAnimation()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm1027 …return document->accessSVGExtensions()->sampleAnimationAtTime(elementId, static_cast<SVGSMILElemen…
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2926374 … layoutTestController.sampleAnimationAtTime(<svg animation id>, <absolute time>, <svg element id>);
26394 (WebCore::SVGDocumentExtensions::sampleAnimationAtTime):
26398 (WebCore::SMILTimeContainer::sampleAnimationAtTime):
DChangeLog-2010-12-06104447 (WebCore::SVGDocumentExtensions::sampleAnimationAtTime):