OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:percentage_label_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/chromeos/power/
power_status_view.cc
36
percentage_label_
(NULL),
42
percentage_label_
= new views::Label;
43
percentage_label_
->SetEnabledColor(kHeaderTextColorNormal);
75
AddChildView(
percentage_label_
);
91
AddChildView(
percentage_label_
);
147
percentage_label_
->SetVisible(!battery_percentage.empty());
148
percentage_label_
->SetText(battery_percentage);
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())
[
all
...]
power_status_view.h
56
views::Label*
percentage_label_
;
member in class:ash::internal::PowerStatusView
Completed in 31 milliseconds