Home | History | Annotate | Download | only in track

Lines Matching refs:TextTrackCue

30 #include "core/html/track/TextTrackCue.h"
47 unsigned long getCueIndex(TextTrackCue*) const;
49 TextTrackCue* item(unsigned index) const;
50 TextTrackCue* getCueById(const AtomicString&) const;
53 bool add(PassRefPtrWillBeRawPtr<TextTrackCue>);
54 bool remove(TextTrackCue*);
55 bool contains(TextTrackCue*) const;
57 bool updateCueIndex(TextTrackCue*);
63 bool add(PassRefPtrWillBeRawPtr<TextTrackCue>, size_t, size_t);
67 WillBeHeapVector<RefPtrWillBeMember<TextTrackCue> > m_list;