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

/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTextTrackCue.h44 class TextTrackCue : public RefCountedWillBeGarbageCollectedFinalized<TextTrackCue>, public EventTargetWithInlineData { class in namespace:blink
46 REFCOUNTED_EVENT_TARGET(TextTrackCue);
47 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(TextTrackCue);
55 virtual ~TextTrackCue() { }
103 TextTrackCue(double start, double end);
H A DTextTrackCue.cpp33 #include "core/html/track/TextTrackCue.h"
45 TextTrackCue::TextTrackCue(double start, double end) function in class:blink::TextTrackCue
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
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 330 milliseconds