Searched refs:scoredCandidate (Results 1 – 4 of 4) sorted by relevance
114 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local115 if (scoredCandidate.value > choice.value) { in scoreCandidates()116 choice = scoredCandidate; in scoreCandidates()
124 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local125 if (scoredCandidate.value > choice.value) { in scoreCandidates()126 choice = scoredCandidate; in scoreCandidates()
137 ScoredCandidate scoredCandidate = scoreCandidate(candidate); in scoreCandidates() local138 if (scoredCandidate.value > choice.value) { in scoreCandidates()139 choice = scoredCandidate; in scoreCandidates()
199 ScoredCandidate scoredCandidate = scoreCandidate(candidate, currentNetworkHasInternet); in scoreCandidates() local200 if (scoredCandidate.value > choice.value) { in scoreCandidates()201 choice = scoredCandidate; in scoreCandidates()