OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PowerLibrary
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
power_library.h
19
class
PowerLibrary
{
23
virtual void PowerChanged(
PowerLibrary
* obj) = 0;
26
virtual ~
PowerLibrary
() {}
58
static
PowerLibrary
* GetImpl(bool stub);
mock_power_library.h
14
class MockPowerLibrary : public
PowerLibrary
{
cros_library.h
30
class
PowerLibrary
;
67
void SetPowerLibrary(
PowerLibrary
* library, bool own);
91
PowerLibrary
* GetPowerLibrary();
166
Library<
PowerLibrary
> power_lib_;
power_library.cc
15
class PowerLibraryImpl : public
PowerLibrary
{
162
class PowerLibraryStubImpl : public
PowerLibrary
{
184
PowerLibrary
*
PowerLibrary
::GetImpl(bool stub) {
/external/chromium/chrome/browser/chromeos/
low_battery_observer.h
21
class LowBatteryObserver : public
PowerLibrary
::Observer {
27
virtual void PowerChanged(
PowerLibrary
* object);
low_battery_observer.cc
25
void LowBatteryObserver::PowerChanged(
PowerLibrary
* object) {
/external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h
33
public
PowerLibrary
::Observer,
62
virtual void PowerChanged(
PowerLibrary
* obj) {}
power_menu_button.h
28
public
PowerLibrary
::Observer {
55
//
PowerLibrary
::Observer implementation.
56
virtual void PowerChanged(
PowerLibrary
* obj);
77
// Stored data gathered from CrosLibrary::
PowerLibrary
.
power_menu_button.cc
109
// PowerMenuButton,
PowerLibrary
::Observer implementation:
111
void PowerMenuButton::PowerChanged(
PowerLibrary
* obj) {
119
PowerLibrary
* cros = CrosLibrary::Get()->GetPowerLibrary();
/external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc
225
chromeos::
PowerLibrary
* power_library = CrosLibrary::Get()->GetPowerLibrary();
Completed in 97 milliseconds