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

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaFragmentURIParser.cpp58 static String collectFraction(const LChar* input, unsigned length, unsigned& position) function in namespace:WebCore
282 String digits = collectFraction(timeString, length, offset);
321 fraction = collectFraction(timeString, length, offset).toDouble();

Completed in 78 milliseconds