Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
DSVGSMILElement.cpp371 size_t doublePointTwo = parse.find(':', doublePointOne + 1); in parseClockValue() local
372 if (doublePointOne == 2 && doublePointTwo == 5 && parse.length() >= 8) { in parseClockValue()
380 } else if (doublePointOne == 2 && doublePointTwo == kNotFound && parse.length() >= 5) { in parseClockValue()