Home
last modified time | relevance | path

Searched refs:shortcut_label_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ash/system/
Dtray_caps_lock.cc31 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
/external/chromium_org/chrome/browser/chromeos/input_method/
Dcandidate_view.h86 views::Label* shortcut_label_; variable
Dcandidate_window_view.cc349 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()
Dcandidate_window_view_unittest.cc71 EXPECT_EQ(shortcut, UTF16ToUTF8(row->shortcut_label_->text())); in ExpectLabels()
/external/chromium/chrome/browser/chromeos/input_method/
Dcandidate_window.cc550 views::Label* shortcut_label_; member in chromeos::CandidateView
626 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()