Searched refs:new_candidate (Results 1 – 3 of 3) sorted by relevance
366 CandidateView* new_candidate = new CandidateView(this, orientation); in MaybeInitializeCandidateViews() local367 candidate_area_->AddChildView(new_candidate); in MaybeInitializeCandidateViews()368 candidate_views_.push_back(new_candidate); in MaybeInitializeCandidateViews()
99 const IceCandidateInterface* new_candidate = source_candidates->at(n); in CopyCandidatesFromSessionDescription() local100 if (!dest_candidates->HasCandidate(new_candidate)) in CopyCandidatesFromSessionDescription()
548 float new_candidate = candidate / tuning->growth_threshold; in compute_bucket_size() local549 if (SIZE_MAX <= new_candidate) in compute_bucket_size()551 candidate = new_candidate; in compute_bucket_size()