HomeSort by relevance Sort by last modified time
    Searched defs:candidate_label_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h 88 views::Label* candidate_label_; member in class:chromeos::input_method::CandidateView
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 552 views::Label* candidate_label_; member in class:chromeos::CandidateView
627 candidate_label_(NULL),
641 candidate_label_ = CreateCandidateLabel(orientation_);
673 // |wrapped_shortcut_label|, |candidate_label_|, and |annotation_label_|
676 layout->AddView(candidate_label_);
681 candidate_label_->SetText(text);
712 return candidate_label_->GetMirroredPosition();
    [all...]

Completed in 95 milliseconds