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/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h
93
SVGLength& specifiedTextLength() { return
m_specifiedTextLength
; }
117
SVGLength
m_specifiedTextLength
;
SVGTextContentElement.cpp
68
,
m_specifiedTextLength
(LengthModeOther)
81
AtomicString value(SVGPropertyTraits<SVGLength>::toString(ownerType->
m_specifiedTextLength
));
96
if (
m_specifiedTextLength
== defaultTextLength)
275
m_specifiedTextLength
= m_textLength.value;
Completed in 26 milliseconds