OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specifiedTextLength
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h
93
SVGLength&
specifiedTextLength
() { return m_specifiedTextLength; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.cpp
130
desiredTextLength = textContentElement->
specifiedTextLength
().value(lengthContext);
SVGTextLayoutEngine.cpp
151
if (textContentElement->lengthAdjustCurrentValue() == SVGLengthAdjustSpacing && textContentElement->
specifiedTextLength
().value(lengthContext) > 0)
210
desiredTextLength = textContentElement->
specifiedTextLength
().value(lengthContext);
Completed in 127 milliseconds