Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp838 int indexOfResult = result - list.begin(); in findInstanceTime() local
839 if (indexOfResult == sizeOfList) in findInstanceTime()
841 const SMILTime& currentTime = list[indexOfResult].time(); in findInstanceTime()
856 while (indexOfResult < sizeOfList - 1) { in findInstanceTime()
857 nextTime = list[indexOfResult + 1].time(); in findInstanceTime()
860 ++indexOfResult; in findInstanceTime()