Searched refs:textTrackAddCues (Results 1 – 6 of 6) sorted by relevance
283 void HTMLTrackElement::textTrackAddCues(TextTrack* track, const TextTrackCueList* cues) in textTrackAddCues() function in WebCore::HTMLTrackElement286 return parent->textTrackAddCues(track, cues); in textTrackAddCues()
75 virtual void textTrackAddCues(TextTrack*, const TextTrackCueList*) OVERRIDE;
233 virtual void textTrackAddCues(TextTrack*, const TextTrackCueList*) OVERRIDE;
1198 textTrackAddCues(track, track->cues()); in textTrackModeChanged()1207 textTrackAddCues(track, track->cues()); in textTrackModeChanged()1234 void HTMLMediaElement::textTrackAddCues(TextTrack* track, const TextTrackCueList* cues) in textTrackAddCues() function in WebCore::HTMLMediaElement
112 client()->textTrackAddCues(this, m_cues.get()); in newCuesAvailable()
50 virtual void textTrackAddCues(TextTrack*, const TextTrackCueList*) = 0;