• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/html/track/

Lines Matching defs:WebVTTParser

35 #include "WebVTTParser.h"
53 String WebVTTParser::collectDigits(const String& input, unsigned* position)
61 String WebVTTParser::collectWord(const String& input, unsigned* position)
70 float WebVTTParser::parseFloatPercentageValue(const String& value, bool& isValidSetting)
81 floatNumberAsString.append(WebVTTParser::collectDigits(value, &position));
87 floatNumberAsString.append(WebVTTParser::collectDigits(value, &position));
97 FloatPoint WebVTTParser::parseFloatPercentageValuePair(const String& value, char delimiter, bool& isValidSetting)
119 WebVTTParser::WebVTTParser(WebVTTParserClient* client, ScriptExecutionContext* context)
129 void WebVTTParser::getNewCues(Vector<RefPtr<TextTrackCue> >& outputCues)
136 void WebVTTParser::getNewRegions(Vector<RefPtr<TextTrackRegion> >& outputRegions)
143 void WebVTTParser::parseBytes(const char* data, unsigned length)
218 bool WebVTTParser::hasRequiredFileIdentifier()
239 void WebVTTParser::collectHeader(const String& line)
262 WebVTTParser::ParseState WebVTTParser::collectCueId(const String& line)
270 WebVTTParser::ParseState WebVTTParser::collectTimingsAndSettings(const String& line)
310 WebVTTParser::ParseState WebVTTParser::collectCueText(const String& line, unsigned length, unsigned position)
326 WebVTTParser::ParseState WebVTTParser::ignoreBadCue(const String& line)
333 PassRefPtr<DocumentFragment> WebVTTParser::createDocumentFragmentFromCueText(const String& text)
358 void WebVTTParser::createNewCue()
372 void WebVTTParser::resetCueValues()
382 void WebVTTParser::createNewRegion()
402 double WebVTTParser::collectTimeStamp(const String& line, unsigned* position)
491 void WebVTTParser::constructTreeFromToken(Document* document)
550 void WebVTTParser::skipWhiteSpace(const String& line, unsigned* position)
556 void WebVTTParser::skipLineTerminator(const char* data, unsigned length, unsigned* position)
568 String WebVTTParser::collectNextLine(const char* data, unsigned length, unsigned* position)