Searched defs:VTTCue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTCue.cpp31 #include "core/html/track/vtt/VTTCue.h"
60 COMPILE_ASSERT(WTF_ARRAY_LENGTH(displayWritingModeMap) == VTTCue::NumberOfWritingDirections,
66 COMPILE_ASSERT(WTF_ARRAY_LENGTH(displayAlignmentMap) == VTTCue::NumberOfAlignments,
127 VTTCueBox::VTTCueBox(Document& document, VTTCue* cue)
202 VTTCue::VTTCue(Document& document, double startTime, double endTime, const String& text) function in class:WebCore::VTTCue
221 VTTCue::~VTTCue()
227 String VTTCue::toString() const
233 PassRefPtr<VTTCueBox> VTTCue
[all...]

Completed in 113 milliseconds