Searched refs:InBand (Results 1 – 3 of 3) sorted by relevance
75 if (textTrack->trackType() == TextTrack::InBand) in getTrackIndex()173 } else if (track->trackType() == TextTrack::InBand) in invalidateTrackIndexesAfterTrack()196 } else if (track->trackType() == TextTrack::InBand) { in append()219 } else if (track->trackType() == TextTrack::InBand) { in remove()255 else if (track->trackType() == TextTrack::InBand) in contains()
48 … : TextTrack(document, emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand) in InbandTextTrack()
99 enum TextTrackType { TrackElement, AddTrack, InBand }; enumerator