OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcut_label_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/system/
tray_caps_lock.cc
31
shortcut_label_
(new views::Label) {
47
shortcut_label_
->SetEnabled(false);
48
AddChildView(
shortcut_label_
);
71
shortcut_label_
->SetText(bundle.GetLocalizedString(shortcut_string_id));
82
const int old_x =
shortcut_label_
->x();
84
width() -
shortcut_label_
->width() - kTrayPopupPaddingHorizontal;
85
shortcut_label_
->SetX(new_x);
107
views::Label*
shortcut_label_
;
member in class:ash::internal::CapsLockDefaultView
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_view.h
86
views::Label*
shortcut_label_
;
member in class:chromeos::input_method::CandidateView
candidate_window_view.cc
349
shortcut_label_
(NULL),
365
shortcut_label_
= CreateShortcutLabel(orientation_, theme);
367
CreateWrappedShortcutLabel(
shortcut_label_
, orientation_, theme);
460
shortcut_label_
->SetText(text);
500
shortcut_label_
->SetEnabled(enabled);
541
shortcut_label_
->SetBackgroundColor(color);
[
all
...]
candidate_window_view_unittest.cc
71
EXPECT_EQ(shortcut, UTF16ToUTF8(row->
shortcut_label_
->text()));
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
550
views::Label*
shortcut_label_
;
member in class:chromeos::CandidateView
626
shortcut_label_
(NULL),
638
shortcut_label_
= CreateShortcutLabel(orientation_);
640
CreateWrappedShortcutLabel(
shortcut_label_
, orientation_);
685
shortcut_label_
->SetText(text);
707
shortcut_label_
->SetColor(
[
all
...]
Completed in 66 milliseconds