Searched defs:beginOrEnd (Results 1 – 2 of 2) sorted by relevance
160 SVGSMILElement::Condition::Condition(Type type, BeginOrEnd beginOrEnd, const String& baseID, const … in Condition()418 bool SVGSMILElement::parseCondition(const String& value, BeginOrEnd beginOrEnd) in parseCondition()483 void SVGSMILElement::parseBeginOrEnd(const String& parseString, BeginOrEnd beginOrEnd) in parseBeginOrEnd()821 SMILTime SVGSMILElement::findInstanceTime(BeginOrEnd beginOrEnd, SMILTime minimumTime, bool equalsM… in findInstanceTime()
190 BeginOrEnd beginOrEnd() const { return m_beginOrEnd; } in beginOrEnd() function