Home
last modified time | relevance | path

Searched defs:charnum (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextContentElement.cpp97 float SVGTextContentElement::getSubStringLength(unsigned charnum, unsigned nchars, ExceptionState& … in getSubStringLength()
113 PassRefPtr<SVGPointTearOff> SVGTextContentElement::getStartPositionOfChar(unsigned charnum, Excepti… in getStartPositionOfChar()
126 PassRefPtr<SVGPointTearOff> SVGTextContentElement::getEndPositionOfChar(unsigned charnum, Exception… in getEndPositionOfChar()
139 PassRefPtr<SVGRectTearOff> SVGTextContentElement::getExtentOfChar(unsigned charnum, ExceptionState&… in getExtentOfChar()
152 float SVGTextContentElement::getRotationOfChar(unsigned charnum, ExceptionState& exceptionState) in getRotationOfChar()
170 void SVGTextContentElement::selectSubString(unsigned charnum, unsigned nchars, ExceptionState& exce… in selectSubString()