Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp2866 TrackGroup otherTracks(TrackGroup::Other); in configureTextTracks() local
2887 currentGroup = &otherTracks; in configureTextTracks()
2916 if (otherTracks.tracks.size()) in configureTextTracks()
2917 configureTextTrackGroup(otherTracks); in configureTextTracks()