Searched refs:shortcut_label_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/chromeos/
H A Dtray_caps_lock.cc44 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/
H A Dcandidate_view.cc140 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_
[all...]
H A Dcandidate_view.h57 views::Label* shortcut_label_; member in class:ash::ime::CandidateView
H A Dcandidate_window_view_unittest.cc106 EXPECT_EQ(shortcut, base::UTF16ToUTF8(row->shortcut_label_->text()));

Completed in 218 milliseconds