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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp 31 #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)
227 UseCounter::count(document, UseCounter::VTTCue);
230 VTTCue::~VTTCue()
244 String VTTCue::toString() cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 408 VTTCue = 409,

Completed in 944 milliseconds