Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrackList.cpp75 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()
DInbandTextTrack.cpp48 … : TextTrack(document, emptyAtom, webTrack->label(), webTrack->language(), webTrack->id(), InBand) in InbandTextTrack()
DTextTrack.h99 enum TextTrackType { TrackElement, AddTrack, InBand }; enumerator