Home
last modified time | relevance | path

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

/external/webkit/WebCore/svg/animation/
DSVGSMILElement.cpp226 int doublePointOne = parse.find(':'); in parseClockValue() local
227 int doublePointTwo = parse.find(':', doublePointOne + 1); in parseClockValue()
228 if (doublePointOne == 2 && doublePointTwo == 5 && parse.length() >= 8) { in parseClockValue()
236 } else if (doublePointOne == 2 && doublePointTwo == -1 && parse.length() >= 5) { in parseClockValue()