Home
last modified time | relevance | path

Searched refs:TextTrackCueList (Results 1 – 25 of 94) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrackCueList.cpp32 TextTrackCueList::TextTrackCueList() in TextTrackCueList() function in blink::TextTrackCueList
36 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TextTrackCueList);
38 unsigned long TextTrackCueList::length() const in length()
43 unsigned long TextTrackCueList::getCueIndex(TextTrackCue* cue) const in getCueIndex()
48 TextTrackCue* TextTrackCueList::item(unsigned index) const in item()
55 TextTrackCue* TextTrackCueList::getCueById(const AtomicString& id) const in getCueById()
64 TextTrackCueList* TextTrackCueList::activeCues() in activeCues()
78 bool TextTrackCueList::add(PassRefPtrWillBeRawPtr<TextTrackCue> cue) in add()
86 bool TextTrackCueList::add(PassRefPtrWillBeRawPtr<TextTrackCue> prpCue, size_t start, size_t end) in add()
110 bool TextTrackCueList::remove(TextTrackCue* cue) in remove()
[all …]
DTextTrackCueList.h37 class TextTrackCueList FINAL : public RefCountedWillBeGarbageCollected<TextTrackCueList>, public Sc…
38 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(TextTrackCueList);
41 static PassRefPtrWillBeRawPtr<TextTrackCueList> create() in create()
43 return adoptRefWillBeNoop(new TextTrackCueList); in create()
51 TextTrackCueList* activeCues();
62 TextTrackCueList();
68 RefPtrWillBeMember<TextTrackCueList> m_activeCues;
DTextTrack.h41 class TextTrackCueList; variable
80 TextTrackCueList* cues();
81 TextTrackCueList* activeCues() const;
127 RefPtrWillBeMember<TextTrackCueList> m_cues;
133 TextTrackCueList* ensureTextTrackCueList();
DTextTrack.cpp186 TextTrackCueList* TextTrack::cues() in cues()
212 TextTrackCueList* TextTrack::activeCues() const in activeCues()
401 TextTrackCueList* TextTrack::ensureTextTrackCueList() in ensureTextTrackCueList()
404 m_cues = TextTrackCueList::create(); in ensureTextTrackCueList()
DTextTrack.idl41 readonly attribute TextTrackCueList cues;
42 readonly attribute TextTrackCueList activeCues;
DTextTrackCueList.idl28 ] interface TextTrackCueList {
DLoadableTextTrack.cpp126 m_cues = TextTrackCueList::create(); in newCuesAvailable()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.h243 void textTrackAddCues(TextTrack*, const TextTrackCueList*);
244 void textTrackRemoveCues(TextTrack*, const TextTrackCueList*);
DHTMLMediaElement.cpp1463 void HTMLMediaElement::textTrackAddCues(TextTrack* track, const TextTrackCueList* cues) in textTrackAddCues()
1474 void HTMLMediaElement::textTrackRemoveCues(TextTrack*, const TextTrackCueList* cues) in textTrackRemoveCues()
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp268 ../../core/html/track/TextTrackCueList.idl
Dcore_idl_files_list.tmp274 ../../core/html/track/TextTrackCueList.idl
Dcore_global_objects_idl_files_list.tmp268 ../../core/html/track/TextTrackCueList.idl
Dinterfaces_info_individual_core_static_idl_files_list.tmp274 ../../core/html/track/TextTrackCueList.idl
Dcore_static_idl_files_list.tmp274 ../../core/html/track/TextTrackCueList.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp274 ../../../core/html/track/TextTrackCueList.idl
Dcore_static_idl_files_list.tmp274 ../../../core/html/track/TextTrackCueList.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp268 ../../core/html/track/TextTrackCueList.idl
Dcore_idl_files_list.tmp274 ../../core/html/track/TextTrackCueList.idl
Dcore_static_idl_files_list.tmp274 ../../core/html/track/TextTrackCueList.idl
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
Dcore_idl_files_list.tmp274 ../../../core/html/track/TextTrackCueList.idl
Dcore_static_idl_files_list.tmp274 ../../../core/html/track/TextTrackCueList.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-mips64.mk298 third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp \
Dwebcore_html.target.linux-arm.mk298 third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp \
Dwebcore_html.target.linux-x86.mk298 third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp \
Dwebcore_html.target.darwin-x86_64.mk298 third_party/WebKit/Source/core/html/track/TextTrackCueList.cpp \

1234