HomeSort by relevance Sort by last modified time
    Searched refs:tray_label_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/ime/
tray_ime.cc 213 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_->CreateLabel()
    [all...]
tray_ime.h 49 TrayItemView* tray_label_; member in class:ash::TrayIME

Completed in 2876 milliseconds