Searched refs:candidate_column_width (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_view.h28 int candidate_column_width,
H A Dcandidate_window_view.cc225 int candidate_column_width = 0; local
245 candidate_column_width = std::max(candidate_column_width,
251 return gfx::Size(candidate_column_width, candidate_column_height);
350 int candidate_column_width,
385 candidate_column_width : 0);
349 Init(int shortcut_column_width, int candidate_column_width, int annotation_column_width, int column_height) argument
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc251 int candidate_column_width = 0; local
268 candidate_column_width =
269 std::max(candidate_column_width,
273 return candidate_column_width;
503 int candidate_column_width,
632 int candidate_column_width,
663 0, column_type, candidate_column_width, 0);
972 int candidate_column_width = 0; local
979 candidate_column_width = ComputeCandidateColumnWidth(lookup_table);
995 previous_candidate_column_width_ == candidate_column_width
631 Init(int shortcut_column_width, int candidate_column_width, int annotation_column_width) argument
[all...]

Completed in 114 milliseconds