Searched refs:tray_label_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc213 tray_label_(NULL),
224 if (tray_label_) {
226 tray_label_->SetVisible(visible);
231 tray_label_->label()->SetText(
234 tray_label_->label()->SetText(current.short_name);
236 SetTrayLabelItemBorder(tray_label_, system_tray()->shelf_alignment());
237 tray_label_->Layout();
242 CHECK(tray_label_ == NULL);
243 tray_label_ = new TrayItemView(this);
244 tray_label_
[all...]
H A Dtray_ime.h49 TrayItemView* tray_label_; member in class:ash::TrayIME

Completed in 418 milliseconds