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

  /external/chromium_org/ash/system/chromeos/power/
power_status_view.cc 34 time_status_label_(NULL),
40 time_status_label_ = new views::Label;
75 AddChildView(time_status_label_);
90 AddChildView(time_status_label_);
147 time_status_label_->SetVisible(!battery_time_status.empty());
148 time_status_label_->SetText(battery_time_status);
212 // Move the time_status_label_ closer to percentage_label_.
213 if (percentage_label_ && time_status_label_ &&
214 percentage_label_->visible() && time_status_label_->visible()) {
215 time_status_label_->SetX(percentage_label_->bounds().right() + 1)
    [all...]
power_status_view.h 59 views::Label* time_status_label_; member in class:ash::PowerStatusView
power_status_view_unittest.cc 65 return view()->time_status_label_->visible();
69 return view()->time_status_label_->text();

Completed in 33 milliseconds