Home | History | Annotate | Download | only in crypto

Lines Matching refs:best_candidate

813   Config* best_candidate = configs[0];
818 if (config->primary_time.IsAfter(best_candidate->primary_time)) {
819 best_candidate = config;
827 scoped_refptr<Config> new_primary(best_candidate);
857 scoped_refptr<Config> new_primary(best_candidate);