Home
last modified time | relevance | path

Searched refs:PowerSupplySample (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/power/
Dpower_data_collector.h30 struct PowerSupplySample { struct
31 PowerSupplySample();
59 const std::deque<PowerSupplySample>& power_supply_data() const { in power_supply_data() argument
98 std::deque<PowerSupplySample> power_supply_data_;
Dpower_data_collector_unittest.cc42 const std::deque<PowerDataCollector::PowerSupplySample>& data1 = in TEST_F()
51 const std::deque<PowerDataCollector::PowerSupplySample>& data2 = in TEST_F()
73 std::deque<PowerDataCollector::PowerSupplySample> sample_deque; in TEST_F()
74 PowerDataCollector::PowerSupplySample sample1, sample2; in TEST_F()
Dpower_data_collector.cc53 PowerSupplySample sample; in PowerChanged()
81 PowerDataCollector::PowerSupplySample::PowerSupplySample() in PowerSupplySample() function in chromeos::PowerDataCollector::PowerSupplySample
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dpower_ui.cc81 const std::deque<PowerDataCollector::PowerSupplySample>& power_supply = in OnGetBatteryChargeData()
85 const PowerDataCollector::PowerSupplySample& sample = power_supply[i]; in OnGetBatteryChargeData()