Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTParser.cpp50 const unsigned fileIdentifierLength = 6; variable
208 if (!line.startsWith("WEBVTT", fileIdentifierLength)) in hasRequiredFileIdentifier()
210 if (line.length() > fileIdentifierLength && !isASpace(line[fileIdentifierLength])) in hasRequiredFileIdentifier()