Searched refs:new_candidate_window (Results 1 – 2 of 2) sorted by relevance
692 const CandidateWindow& new_candidate_window) { in ShouldUpdateCandidateViews() argument693 return !old_candidate_window.IsEqual(new_candidate_window); in ShouldUpdateCandidateViews()697 const CandidateWindow& new_candidate_window) { in UpdateCandidates() argument699 new_candidate_window); in UpdateCandidates()703 MaybeInitializeCandidateViews(new_candidate_window); in UpdateCandidates()706 = new_candidate_window.show_window_at_composition(); in UpdateCandidates()708 const int current_page_index = ComputePageIndex(new_candidate_window); in UpdateCandidates()715 current_page_index * new_candidate_window.page_size(); in UpdateCandidates()721 for (size_t i = 0; i < new_candidate_window.candidates().size(); ++i) { in UpdateCandidates()722 if (!new_candidate_window.candidates()[i].label.empty()) { in UpdateCandidates()[all …]
99 const CandidateWindow& new_candidate_window);