activeCues 619 Source/core/html/shadow/MediaControlElements.cpp CueList activeCues = video.currentlyActiveCues(); activeCues 632 Source/core/html/shadow/MediaControlElements.cpp for (size_t i = 0; i < activeCues.size(); ++i) { activeCues 633 Source/core/html/shadow/MediaControlElements.cpp TextTrackCue* cue = activeCues[i].data(); activeCues 223 Source/core/html/track/TextTrack.cpp return m_cues->activeCues(); activeCues 80 Source/core/html/track/TextTrack.h TextTrackCueList* activeCues() const; activeCues 51 Source/core/html/track/TextTrackCueList.h TextTrackCueList* activeCues();