Searched refs:trackScore (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp2809 int trackScore = textTrackSelectionScore(*textTrack); local
2810 if (trackScore) {
2820 if (trackScore > highestTrackScore) {
2821 highestTrackScore = trackScore;

Completed in 1031 milliseconds