Home
last modified time | relevance | path

Searched refs:current_page_index (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_window_view.cc234 const int current_page_index = ComputePageIndex(candidate_window); in ComputeCandidateColumnSize() local
235 if (current_page_index < 0) in ComputeCandidateColumnSize()
237 const size_t start_from = current_page_index * candidate_window.page_size(); in ComputeCandidateColumnSize()
268 const int current_page_index = ComputePageIndex(candidate_window); in ComputeAnnotationColumnSize() local
269 if (current_page_index < 0) in ComputeAnnotationColumnSize()
271 const size_t start_from = current_page_index * candidate_window.page_size(); in ComputeAnnotationColumnSize()
708 const int current_page_index = ComputePageIndex(new_candidate_window); in UpdateCandidates() local
709 if (current_page_index < 0) { in UpdateCandidates()
715 current_page_index * new_candidate_window.page_size(); in UpdateCandidates()
910 const int current_page_index = ComputePageIndex(candidate_window_); in SelectCandidateAt() local
[all …]
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc256 const int current_page_index = ComputePageIndex(lookup_table); in ComputeCandidateColumnWidth() local
257 if (current_page_index < 0) in ComputeCandidateColumnWidth()
259 const size_t start_from = current_page_index * lookup_table.page_size; in ComputeCandidateColumnWidth()
284 const int current_page_index = ComputePageIndex(lookup_table); in ComputeAnnotationColumnWidth() local
285 if (current_page_index < 0) in ComputeAnnotationColumnWidth()
287 const size_t start_from = current_page_index * lookup_table.page_size; in ComputeAnnotationColumnWidth()
907 const int current_page_index = ComputePageIndex(new_lookup_table); in UpdateCandidates() local
908 if (current_page_index < 0) { in UpdateCandidates()
914 const size_t start_from = current_page_index * new_lookup_table.page_size; in UpdateCandidates()
1130 const int current_page_index = ComputePageIndex(lookup_table_); in SelectCandidateAt() local
[all …]