Searched refs:beginResult (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.h127 void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const;
H A DSVGSMILElement.cpp682 void SVGSMILElement::resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const argument
706 beginResult = tempBegin;
716 beginResult = SMILTime::unresolved();

Completed in 34 milliseconds