OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tray_label_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/ime/
tray_ime.cc
190
tray_label_
(NULL),
204
if (
tray_label_
) {
206
tray_label_
->label()->SetText(current.short_name + UTF8ToUTF16("*"));
208
tray_label_
->label()->SetText(current.short_name);
210
tray_label_
->SetVisible(count > 1);
211
SetTrayLabelItemBorder(
tray_label_
, system_tray()->shelf_alignment());
212
tray_label_
->Layout();
251
CHECK(
tray_label_
== NULL);
252
tray_label_
= new TrayItemView(this);
253
tray_label_
->CreateLabel()
[
all
...]
tray_ime.h
58
TrayItemView*
tray_label_
;
member in class:ash::internal::TrayIME
Completed in 313 milliseconds