OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertValueFromUserUnitsToPercentage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLengthContext.h
74
float
convertValueFromUserUnitsToPercentage
(float value, SVGLengthMode, ExceptionState&) const;
SVGLengthContext.cpp
138
return
convertValueFromUserUnitsToPercentage
(value * 100, mode, exceptionState);
161
float SVGLengthContext::
convertValueFromUserUnitsToPercentage
(float value, SVGLengthMode mode, ExceptionState& exceptionState) const
Completed in 27 milliseconds