Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTScanner.cpp146 Run decimalRun(position(), position(), m_is8Bit); in scanFloat() local
148 decimalRun = collectWhile<isASCIIDigit>(); in scanFloat()
149 seekTo(decimalRun.end()); in scanFloat()
153 if (integerRun.isEmpty() && decimalRun.isEmpty()) { in scanFloat()