Searched defs:candidate_sizes (Results 1 – 2 of 2) sorted by relevance
23 size_t BiggestCandidate(const std::vector<gfx::Size>& candidate_sizes) { in BiggestCandidate()53 const std::vector<gfx::Size>& candidate_sizes, in GetCandidateIndexWithBestScore()114 const std::vector<gfx::Size>& candidate_sizes, in GetCandidateIndicesWithBestScores()
605 std::vector<gfx::Size> candidate_sizes; in GetFaviconForURL() local