OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_specifiedTextLength
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGTextContentElement.h
60
SVGLength& specifiedTextLength() { return
m_specifiedTextLength
; }
80
SVGLength
m_specifiedTextLength
;
SVGTextContentElement.cpp
45
,
m_specifiedTextLength
(LengthModeOther)
55
AtomicString value(SVGPropertyTraits<SVGLength>::toString(
m_specifiedTextLength
));
62
if (
m_specifiedTextLength
== defaultTextLength) {
244
m_specifiedTextLength
= m_textLength.value;
Completed in 391 milliseconds