OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsBatteryPresent
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc
66
if (PowerStatus::Get()->
IsBatteryPresent
()) {
115
if (!PowerStatus::Get()->
IsBatteryPresent
())
149
!PowerStatus::Get()->
IsBatteryPresent
())
/external/chromium_org/ash/system/chromeos/power/
power_status.h
79
bool
IsBatteryPresent
() const;
tray_power.cc
69
SetVisible(PowerStatus::Get()->
IsBatteryPresent
());
195
if (!PowerStatus::Get()->
IsBatteryPresent
())
289
if (!status.
IsBatteryPresent
() ||
power_status.cc
140
bool PowerStatus::
IsBatteryPresent
() const {
224
} else if (!
IsBatteryPresent
()) {
/external/chromium_org/content/browser/battery_status/
battery_status_manager_chromeos.cc
55
bool
IsBatteryPresent
(
110
if (
IsBatteryPresent
(proto)) {
Completed in 171 milliseconds