HomeSort by relevance Sort by last modified time
    Searched refs:SVGLengthAdjustType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 34 enum SVGLengthAdjustType {
39 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGLengthAdjustType>();
65 SVGAnimatedEnumeration<SVGLengthAdjustType>* lengthAdjust() { return m_lengthAdjust.get(); }
83 RefPtr<SVGAnimatedEnumeration<SVGLengthAdjustType> > m_lengthAdjust;
SVGTextContentElement.cpp 39 template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGLengthAdjustType>()
79 , m_lengthAdjust(SVGAnimatedEnumeration<SVGLengthAdjustType>::create(this, SVGNames::lengthAdjustAttr, SVGLengthAdjustSpacing))
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp 206 SVGLengthAdjustType lengthAdjust = SVGLengthAdjustUnknown;

Completed in 159 milliseconds