Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h190 BeginOrEnd beginOrEnd() const { return m_beginOrEnd; } in beginOrEnd()
202 BeginOrEnd m_beginOrEnd; variable
DSVGSMILElement.cpp162 , m_beginOrEnd(beginOrEnd) in Condition()