HomeSort by relevance Sort by last modified time
    Searched defs:captionsKeyword (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
VideoTrack.cpp 43 const AtomicString& VideoTrack::captionsKeyword()
76 || (kind == captionsKeyword())
TextTrack.cpp 56 const AtomicString& TextTrack::captionsKeyword()
134 if (value == captionsKeyword())
394 if (kind() != captionsKeyword() && kind() != subtitlesKeyword())

Completed in 39 milliseconds