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

/external/chromium_org/ash/ime/
H A Dcandidate_view.cc141 candidate_label_(NULL),
151 candidate_label_ = CreateCandidateLabel(orientation);
155 AddChildView(candidate_label_);
170 *candidate_width = candidate_label_->GetPreferredSize().width();
184 candidate_label_->SetText(entry.value);
260 candidate_label_->SetBounds(x, 0, candidate_width_, height());
284 gfx::Size candidate_size = candidate_label_->GetPreferredSize();
H A Dcandidate_view.h59 views::Label* candidate_label_; member in class:ash::ime::CandidateView
H A Dcandidate_window_view_unittest.cc107 EXPECT_EQ(candidate, base::UTF16ToUTF8(row->candidate_label_->text()));

Completed in 950 milliseconds