Home
last modified time | relevance | path

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

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