textTrackAddCue  1249 Source/core/html/HTMLMediaElement.cpp         textTrackAddCue(cues->item(i)->track(), cues->item(i));
textTrackAddCue   222 Source/core/html/HTMLMediaElement.h     void textTrackAddCue(TextTrack*, PassRefPtr<TextTrackCue>);
textTrackAddCue   253 Source/core/html/track/TextTrack.cpp         mediaElement()->textTrackAddCue(this, cue.get());
textTrackAddCue   373 Source/core/html/track/TextTrack.cpp     mediaElement()->textTrackAddCue(this, cue);