HomeSort by relevance Sort by last modified time
    Searched refs:ComputePageIndex (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 242 int ComputePageIndex(const chromeos::InputMethodLookupTable& lookup_table) {
256 const int current_page_index = ComputePageIndex(lookup_table);
284 const int current_page_index = ComputePageIndex(lookup_table);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc 219 int ComputePageIndex(const CandidateWindow& candidate_window) {
234 const int current_page_index = ComputePageIndex(candidate_window);
268 const int current_page_index = ComputePageIndex(candidate_window);
708 const int current_page_index = ComputePageIndex(new_candidate_window);
    [all...]

Completed in 24 milliseconds