HomeSort by relevance Sort by last modified time
    Searched refs:isASpace (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.h 85 static inline bool isASpace(char c)
VTTParser.cpp 82 while (*position < input.length() && !isASpace(input[*position]))
89 while (*position < line.length() && isASpace(line[*position]))
268 if (line.length() > fileIdentifierLength && !isASpace(line[fileIdentifierLength]))

Completed in 219 milliseconds