Home
last modified time | relevance | path

Searched refs:InBand (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrackList.cpp65 if (textTrack->trackType() == TextTrack::InBand) in getTrackIndex()
163 } else if (track->trackType() == TextTrack::InBand) in invalidateTrackIndexesAfterTrack()
186 } else if (track->trackType() == TextTrack::InBand) { in append()
210 } else if (track->trackType() == TextTrack::InBand) { in remove()
242 else if (track->trackType() == TextTrack::InBand) in contains()
DInbandTextTrack.cpp47 …Track(document, client, emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand) in InbandTextTrack()
DTextTrack.h115 enum TextTrackType { TrackElement, AddTrack, InBand }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp2530 if (track->trackType() == TextTrack::InBand) in removeAllInbandTracks()