Home
last modified time | relevance | path

Searched refs:createSVGPoint (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.h102 static PassRefPtr<SVGPointTearOff> createSVGPoint();
DSVGSVGElement.idl63 SVGPoint createSVGPoint();
DSVGSVGElement.cpp452 PassRefPtr<SVGPointTearOff> SVGSVGElement::createSVGPoint() in createSVGPoint() function in blink::SVGSVGElement
/external/chromium_org/third_party/d3/src/
Dd3.js1096 if (svg.createSVGPoint) {
1097 var point = svg.createSVGPoint();