Searched defs:PowerStatus (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/chromeos/power/
H A Dpower_status.h20 // PowerStatus is a singleton that receives updates about the system's
23 class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer { class in namespace:ash::internal
57 static PowerStatus* Get();
133 PowerStatus();
134 virtual ~PowerStatus();
146 DISALLOW_COPY_AND_ASSIGN(PowerStatus);
H A Dpower_status.cc62 static PowerStatus* g_power_status = NULL;
76 const int PowerStatus::kMaxBatteryTimeToDisplaySec = 24 * 60 * 60;
79 void PowerStatus::Initialize() {
81 g_power_status = new PowerStatus();
85 void PowerStatus::Shutdown() {
92 bool PowerStatus::IsInitialized() {
97 PowerStatus* PowerStatus::Get() {
98 CHECK(g_power_status) << "PowerStatus::Get() called before Initialize().";
103 bool PowerStatus
[all...]

Completed in 127 milliseconds