Searched refs:shortcut_label_ (Results 1 – 5 of 5) sorted by relevance
31 shortcut_label_(new views::Label) { in CapsLockDefaultView()47 shortcut_label_->SetEnabled(false); in CapsLockDefaultView()48 AddChildView(shortcut_label_); in CapsLockDefaultView()71 shortcut_label_->SetText(bundle.GetLocalizedString(shortcut_string_id)); in Update()82 const int old_x = shortcut_label_->x(); in Layout()84 width() - shortcut_label_->width() - kTrayPopupPaddingHorizontal; in Layout()85 shortcut_label_->SetX(new_x); in Layout()107 views::Label* shortcut_label_; member in ash::internal::CapsLockDefaultView
86 views::Label* shortcut_label_; variable
349 shortcut_label_(NULL), in CandidateView()365 shortcut_label_ = CreateShortcutLabel(orientation_, theme); in Init()367 CreateWrappedShortcutLabel(shortcut_label_, orientation_, theme); in Init()460 shortcut_label_->SetText(text); in SetShortcutText()500 shortcut_label_->SetEnabled(enabled); in SetRowEnabled()541 shortcut_label_->SetBackgroundColor(color); in UpdateLabelBackgroundColors()
71 EXPECT_EQ(shortcut, UTF16ToUTF8(row->shortcut_label_->text())); in ExpectLabels()
550 views::Label* shortcut_label_; member in chromeos::CandidateView626 shortcut_label_(NULL), in CandidateView()638 shortcut_label_ = CreateShortcutLabel(orientation_); in Init()640 CreateWrappedShortcutLabel(shortcut_label_, orientation_); in Init()685 shortcut_label_->SetText(text); in SetShortcutText()707 shortcut_label_->SetColor( in SetRowEnabled()