Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaFragmentURIParser.cpp51 static String collectFraction(const LChar* input, unsigned length, unsigned& position) in collectFraction() function
274 String digits = collectFraction(timeString, length, offset); in parseNPTTime()
313 fraction = collectFraction(timeString, length, offset).toDouble(); in parseNPTTime()