OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_status_label_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
power_status_view.cc
35
time_status_label_
(NULL),
41
time_status_label_
= new views::Label;
76
AddChildView(
time_status_label_
);
92
AddChildView(
time_status_label_
);
149
time_status_label_
->SetVisible(!battery_time_status.empty());
150
time_status_label_
->SetText(battery_time_status);
213
// Move the
time_status_label_
closer to percentage_label_.
214
if (percentage_label_ &&
time_status_label_
&&
215
percentage_label_->visible() &&
time_status_label_
->visible()) {
216
time_status_label_
->SetX(percentage_label_->bounds().right() + 1)
[
all
...]
power_status_view.h
55
views::Label*
time_status_label_
;
member in class:ash::internal::PowerStatusView
Completed in 67 milliseconds