captionsKeyword  1224 Source/core/html/HTMLMediaElement.cpp     if (track->kind() != TextTrack::captionsKeyword() && track->kind() != TextTrack::subtitlesKeyword() && track->mode() == TextTrack::showingKeyword())
captionsKeyword  2408 Source/core/html/HTMLMediaElement.cpp     if (track.kind() != TextTrack::captionsKeyword() && track.kind() != TextTrack::subtitlesKeyword())
captionsKeyword  2413 Source/core/html/HTMLMediaElement.cpp     else if (track.kind() == TextTrack::captionsKeyword() && settings->shouldDisplayCaptions())
captionsKeyword  2508 Source/core/html/HTMLMediaElement.cpp         if (kind == TextTrack::subtitlesKeyword() || kind == TextTrack::captionsKeyword())
captionsKeyword  3220 Source/core/html/HTMLMediaElement.cpp             if (m_textTracks->item(i)->kind() == TextTrack::captionsKeyword()
captionsKeyword  3394 Source/core/html/HTMLMediaElement.cpp         if (kind == TextTrack::subtitlesKeyword() || kind == TextTrack::captionsKeyword())
captionsKeyword    57 Source/core/html/track/InbandTextTrack.cpp         setKind(TextTrack::captionsKeyword());
captionsKeyword   134 Source/core/html/track/TextTrack.cpp     if (value == captionsKeyword())
captionsKeyword   394 Source/core/html/track/TextTrack.cpp     if (kind() != captionsKeyword() && kind() != subtitlesKeyword())
captionsKeyword    62 Source/core/html/track/TextTrack.h     static const AtomicString& captionsKeyword();