OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcut_label
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc
93
views::Label*
shortcut_label
= new views::Label;
local
96
shortcut_label
->SetFont(
97
shortcut_label
->font().DeriveFont(kFontSizeDelta, gfx::Font::BOLD));
99
shortcut_label
->SetFont(
100
shortcut_label
->font().DeriveFont(kFontSizeDelta));
104
shortcut_label
->SetEnabledColor(theme.GetSystemColor(
106
shortcut_label
->SetDisabledColor(theme.GetSystemColor(
109
return
shortcut_label
;
116
views::Label*
shortcut_label
,
127
WrapWithPadding(
shortcut_label
, insets)
195
views::Label*
shortcut_label
= CreateShortcutLabel(
local
[
all
...]
/external/chromium/chrome/browser/chromeos/input_method/
candidate_window.cc
135
views::Label*
shortcut_label
= new views::Label;
local
138
shortcut_label
->SetFont(
139
shortcut_label
->font().DeriveFont(kFontSizeDelta, gfx::Font::BOLD));
141
shortcut_label
->SetFont(
142
shortcut_label
->font().DeriveFont(kFontSizeDelta));
146
shortcut_label
->SetColor(kShortcutColor);
148
return
shortcut_label
;
154
views::View* CreateWrappedShortcutLabel(views::Label*
shortcut_label
,
164
WrapWithPadding(
shortcut_label
, insets);
222
views::Label*
shortcut_label
= CreateShortcutLabel(lookup_table.orientation)
local
[
all
...]
Completed in 32 milliseconds