Searched defs:VTTCue (Results 1 - 2 of 2) 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"
63 COMPILE_ASSERT(WTF_ARRAY_LENGTH(displayWritingModeMap) == VTTCue::NumberOfWritingDirections,
69 COMPILE_ASSERT(WTF_ARRAY_LENGTH(displayAlignmentMap) == VTTCue::NumberOfAlignments,
128 VTTCueBox::VTTCueBox(Document& document, VTTCue* cue)
209 VTTCue::VTTCue(Document& document, double startTime, double endTime, const String& text) function in class:WebCore::VTTCue
227 UseCounter::count(document, UseCounter::VTTCue);
230 VTTCue::~VTTCue()
244 String VTTCue
[all...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DUseCounter.h408 VTTCue = 409, enumerator in enum:WebCore::UseCounter::Feature

Completed in 5577 milliseconds