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

  /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
  /external/chromium_org/ash/ime/
candidate_view.cc 140 shortcut_label_(NULL),
150 shortcut_label_ = CreateShortcutLabel(orientation, theme);
154 AddChildView(shortcut_label_);
169 *shortcut_width = shortcut_label_->GetPreferredSize().width();
175 shortcut_label_->SetVisible(shortcut_width_ != 0);
183 shortcut_label_->SetText(label);
223 shortcut_label_->SetEnabled(state() != STATE_DISABLED);
257 shortcut_label_->SetBounds(x, 0, shortcut_width_, height());
279 if (shortcut_label_->visible()) {
280 size = shortcut_label_->GetPreferredSize()
    [all...]
candidate_view.h 57 views::Label* shortcut_label_; member in class:ash::ime::CandidateView
candidate_window_view_unittest.cc 106 EXPECT_EQ(shortcut, base::UTF16ToUTF8(row->shortcut_label_->text()));

Completed in 36 milliseconds