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

  /external/chromium_org/ash/ime/
candidate_view.h 57 views::Label* shortcut_label_; member in class:ash::ime::CandidateView
  /external/chromium_org/ash/system/chromeos/
tray_caps_lock.cc 44 shortcut_label_(new views::Label) {
60 shortcut_label_->SetEnabled(false);
61 AddChildView(shortcut_label_);
86 shortcut_label_->SetText(bundle.GetLocalizedString(shortcut_string_id));
97 const int old_x = shortcut_label_->x();
99 width() - shortcut_label_->width() - kTrayPopupPaddingHorizontal;
100 shortcut_label_->SetX(new_x);
126 views::Label* shortcut_label_; member in class:ash::CapsLockDefaultView

Completed in 969 milliseconds