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

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.h 44 class TextTrackCue : public RefCountedWillBeRefCountedGarbageCollected<TextTrackCue>, public EventTargetWithInlineData {
45 REFCOUNTED_EVENT_TARGET(TextTrackCue);
46 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextTrackCue);
54 virtual ~TextTrackCue() { }
102 TextTrackCue(double start, double end);
TextTrackCue.cpp 33 #include "core/html/track/TextTrackCue.h"
45 TextTrackCue::TextTrackCue(double start, double end)
55 void TextTrackCue::cueWillChange()
61 void TextTrackCue::cueDidChange()
67 TextTrack* TextTrackCue::track() const
72 void TextTrackCue::setTrack(TextTrack* track)
77 Node* TextTrackCue::owner() const
82 void TextTrackCue::setId(const AtomicString& id)
92 void TextTrackCue::setStartTime(double value
    [all...]
  /frameworks/base/media/java/android/media/
WebVttRenderer.java 378 class TextTrackCue extends SubtitleTrack.Cue {
405 TextTrackCue() {
421 if (!(o instanceof TextTrackCue)) {
429 TextTrackCue cue = (TextTrackCue) o;
569 private TextTrackCue mCue;
825 mCue = new TextTrackCue();
870 TextTrackCue.WRITING_DIRECTION_VERTICAL_RL;
873 TextTrackCue.WRITING_DIRECTION_VERTICAL_LR;
912 mCue.mAlignment = TextTrackCue.ALIGNMENT_START
    [all...]

Completed in 390 milliseconds