OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutomaticRebootManagerObserver
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager_observer.h
11
class
AutomaticRebootManagerObserver
{
26
virtual ~
AutomaticRebootManagerObserver
() {}
automatic_reboot_manager.h
31
class
AutomaticRebootManagerObserver
;
96
void AddObserver(
AutomaticRebootManagerObserver
* observer);
97
void RemoveObserver(
AutomaticRebootManagerObserver
* observer);
169
ObserverList<
AutomaticRebootManagerObserver
, true> observers_;
automatic_reboot_manager.cc
198
FOR_EACH_OBSERVER(
AutomaticRebootManagerObserver
,
210
AutomaticRebootManagerObserver
* observer) {
215
AutomaticRebootManagerObserver
* observer) {
321
AutomaticRebootManagerObserver
::Reason reboot_reason =
322
AutomaticRebootManagerObserver
::REBOOT_REASON_UNKNOWN;
331
reboot_reason =
AutomaticRebootManagerObserver
::REBOOT_REASON_PERIODIC;
343
reboot_reason =
AutomaticRebootManagerObserver
::REBOOT_REASON_OS_UPDATE;
379
DCHECK_NE(
AutomaticRebootManagerObserver
::REBOOT_REASON_UNKNOWN,
381
FOR_EACH_OBSERVER(
AutomaticRebootManagerObserver
,
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h
34
public system::
AutomaticRebootManagerObserver
{
58
// system::
AutomaticRebootManagerObserver
overrides:
Completed in 157 milliseconds