HomeSort by relevance Sort by last modified time
    Searched full:candidate_width (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/ime/
candidate_view.h 26 int* candidate_width);
29 int candidate_width);
candidate_view.cc 168 int* candidate_width) {
170 *candidate_width = candidate_label_->GetPreferredSize().width();
173 void CandidateView::SetWidths(int shortcut_width, int candidate_width) {
176 candidate_width_ = candidate_width;
candidate_window_view.cc 296 int candidate_width = 0; local
298 &shortcut_width, &candidate_width);
300 max_candidate_width = std::max(max_candidate_width, candidate_width);

Completed in 315 milliseconds