Home
last modified time | relevance | path

Searched refs:m_unitMode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp120 , m_unitMode(mode) in SVGLength()
128 , m_unitMode(o.m_unitMode) in SVGLength()
142 length->m_unitMode = m_unitMode; in cloneForAnimation()
157 return m_unitMode == other.m_unitMode in operator ==()
DSVGLength.h57 SVGLengthMode unitMode() const { return static_cast<SVGLengthMode>(m_unitMode); } in unitMode()
110 unsigned m_unitMode : 2; variable