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

  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h 86 views::Label* shortcut_label_; member in class:chromeos::input_method::CandidateView
  /external/chromium_org/ash/system/
tray_caps_lock.cc 31 shortcut_label_(new views::Label) {
47 shortcut_label_->SetEnabled(false);
48 AddChildView(shortcut_label_);
71 shortcut_label_->SetText(bundle.GetLocalizedString(shortcut_string_id));
82 const int old_x = shortcut_label_->x();
84 width() - shortcut_label_->width() - kTrayPopupPaddingHorizontal;
85 shortcut_label_->SetX(new_x);
107 views::Label* shortcut_label_; member in class:ash::internal::CapsLockDefaultView
  /external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc 550 views::Label* shortcut_label_; member in class:chromeos::CandidateView
626 shortcut_label_(NULL),
638 shortcut_label_ = CreateShortcutLabel(orientation_);
640 CreateWrappedShortcutLabel(shortcut_label_, orientation_);
685 shortcut_label_->SetText(text);
707 shortcut_label_->SetColor(
    [all...]

Completed in 104 milliseconds