Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.h148 void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const;
DSVGSMILElement.cpp849 void SVGSMILElement::resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const in resolveInterval() argument
873 beginResult = tempBegin; in resolveInterval()
881 beginResult = SMILTime::unresolved(); in resolveInterval()