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

  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h 90 views::Label* annotation_label_; member in class:chromeos::input_method::CandidateView
candidate_window_view.cc 351 annotation_label_(NULL),
369 annotation_label_ = CreateAnnotationLabel(orientation_, theme);
411 // |wrapped_shortcut_label|, |candidate_label_|, and |annotation_label_|
427 layout->AddView(annotation_label_,
464 annotation_label_->SetText(text);
543 annotation_label_->SetBackgroundColor(color);
    [all...]
candidate_window_view_unittest.cc 73 EXPECT_EQ(annotation, UTF16ToUTF8(row->annotation_label_->text()));
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 554 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);
    [all...]

Completed in 237 milliseconds