OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lengthAdjust
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h
65
SVGAnimatedEnumeration<SVGLengthAdjustType>* lengthAdjust() { return
m_lengthAdjust
.get(); }
83
RefPtr<SVGAnimatedEnumeration<SVGLengthAdjustType> >
m_lengthAdjust
;
SVGTextContentElement.cpp
79
,
m_lengthAdjust
(SVGAnimatedEnumeration<SVGLengthAdjustType>::create(this, SVGNames::lengthAdjustAttr, SVGLengthAdjustSpacing))
82
addToPropertyMap(
m_lengthAdjust
);
235
m_lengthAdjust
->setBaseValueAsString(value, parseError);
Completed in 44 milliseconds