Home
last modified time | relevance | path

Searched refs:annotation_label_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_view.h90 views::Label* annotation_label_; variable
Dcandidate_window_view.cc351 annotation_label_(NULL), in CandidateView()
369 annotation_label_ = CreateAnnotationLabel(orientation_, theme); in Init()
427 layout->AddView(annotation_label_, in Init()
464 annotation_label_->SetText(text); in SetAnnotationText()
543 annotation_label_->SetBackgroundColor(color); in UpdateLabelBackgroundColors()
Dcandidate_window_view_unittest.cc73 EXPECT_EQ(annotation, UTF16ToUTF8(row->annotation_label_->text())); in ExpectLabels()
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc554 views::Label* annotation_label_; member in chromeos::CandidateView
628 annotation_label_(NULL) { in CandidateView()
642 annotation_label_ = CreateAnnotationLabel(orientation_); in Init()
677 layout->AddView(annotation_label_); in Init()
689 annotation_label_->SetText(text); in SetAnnotationText()