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

/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc1044 CandidateView* candidate_row = new CandidateView(this, i, orientation); local
1045 candidate_row->Init(shortcut_column_width,
1048 candidate_views_.push_back(candidate_row);
1052 // |candidate_row| will be owned by |candidate_area_|.
1053 layout->AddView(candidate_row);

Completed in 45 milliseconds