Searched defs:annotation_label_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dcandidate_view.h90 views::Label* annotation_label_; member in class:chromeos::input_method::CandidateView
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc554 views::Label* annotation_label_; member in class:chromeos::CandidateView
628 annotation_label_(NULL) {
642 annotation_label_ = CreateAnnotationLabel(orientation_);
673 // |wrapped_shortcut_label|, |candidate_label_|, and |annotation_label_|
677 layout->AddView(annotation_label_);
689 annotation_label_->SetText(text);

Completed in 54 milliseconds