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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h 71 void setCurrentScale(float scale);
SVGSVGElement.cpp 157 void SVGSVGElement::setCurrentScale(float scale)
168 // The behaviour of setCurrentScale() is undefined, when we're dealing with non-standalone SVG documents.
169 // We choose the ignore this call, it's pretty useless to support calling setCurrentScale() from within

Completed in 59 milliseconds