shortcut_label_   140 ash/ime/candidate_view.cc       shortcut_label_(NULL),
shortcut_label_   147 ash/ime/candidate_view.cc   shortcut_label_ = CreateShortcutLabel(orientation, theme);
shortcut_label_   151 ash/ime/candidate_view.cc   AddChildView(shortcut_label_);
shortcut_label_   166 ash/ime/candidate_view.cc   *shortcut_width = shortcut_label_->GetPreferredSize().width();
shortcut_label_   172 ash/ime/candidate_view.cc   shortcut_label_->SetVisible(shortcut_width_ != 0);
shortcut_label_   180 ash/ime/candidate_view.cc   shortcut_label_->SetText(label);
shortcut_label_   192 ash/ime/candidate_view.cc   shortcut_label_->SetEnabled(state() != STATE_DISABLED);
shortcut_label_   242 ash/ime/candidate_view.cc   shortcut_label_->SetBounds(x, 0, shortcut_width_, height());
shortcut_label_   264 ash/ime/candidate_view.cc   if (shortcut_label_->visible()) {
shortcut_label_   265 ash/ime/candidate_view.cc     size = shortcut_label_->GetPreferredSize();
shortcut_label_    55 ash/ime/candidate_view.h   views::Label* shortcut_label_;
shortcut_label_   106 ash/ime/candidate_window_view_unittest.cc     EXPECT_EQ(shortcut, base::UTF16ToUTF8(row->shortcut_label_->text()));
shortcut_label_    57 ash/system/chromeos/tray_caps_lock.cc     shortcut_label_->SetEnabled(false);
shortcut_label_    58 ash/system/chromeos/tray_caps_lock.cc     AddChildView(shortcut_label_);
shortcut_label_    83 ash/system/chromeos/tray_caps_lock.cc     shortcut_label_->SetText(bundle.GetLocalizedString(shortcut_string_id));
shortcut_label_    94 ash/system/chromeos/tray_caps_lock.cc     const int old_x = shortcut_label_->x();
shortcut_label_    96 ash/system/chromeos/tray_caps_lock.cc         width() - shortcut_label_->width() - kTrayPopupPaddingHorizontal;
shortcut_label_    97 ash/system/chromeos/tray_caps_lock.cc     shortcut_label_->SetX(new_x);
shortcut_label_   121 ash/system/chromeos/tray_caps_lock.cc   views::Label* shortcut_label_;