OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCurrentScale
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.h
85
void
setCurrentScale
(float scale);
SVGSVGElement.cpp
189
void SVGSVGElement::
setCurrentScale
(float scale)
200
// The behaviour of
setCurrentScale
() is undefined, when we're dealing with non-standalone SVG documents.
201
// We choose the ignore this call, it's pretty useless to support calling
setCurrentScale
() from within
Completed in 711 milliseconds