Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/animation/
DTimingFunction.h150 SubType subType() const { return m_subType; } in subType()
159 , m_subType(subType) in CubicBezierTimingFunction()
167 SubType m_subType; variable