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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp2658 int trackScore = 0; local
2661 return trackScore;
2664 return trackScore;
2667 trackScore = 1;
2669 trackScore = 1;
2671 return trackScore + textTrackLanguageSelectionScore(track);
2694 int trackScore = textTrackSelectionScore(*textTrack, settings); local
2695 if (trackScore) {
2705 if (trackScore > highestTrackScore) {
2706 highestTrackScore = trackScore;
[all...]

Completed in 127 milliseconds