Home | History | Annotate | Download | only in base

Lines Matching full:new_candidate

1291     const Candidate& new_candidate) {
1293 new_candidate.type() != PRFLX_PORT_TYPE &&
1294 remote_candidate_.protocol() == new_candidate.protocol() &&
1295 remote_candidate_.address() == new_candidate.address() &&
1296 remote_candidate_.username() == new_candidate.username() &&
1297 remote_candidate_.password() == new_candidate.password() &&
1298 remote_candidate_.generation() == new_candidate.generation()) {
1299 remote_candidate_ = new_candidate;