OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutomaticRebootManager
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/chromeos/system/
automatic_reboot_manager.h
73
class
AutomaticRebootManager
: public PowerManagerClient::Observer,
93
explicit
AutomaticRebootManager
(scoped_ptr<base::TickClock> clock);
94
virtual ~
AutomaticRebootManager
();
148
scoped_ptr<base::OneShotTimer<
AutomaticRebootManager
> >
164
scoped_ptr<base::OneShotTimer<
AutomaticRebootManager
> > grace_start_timer_;
165
scoped_ptr<base::OneShotTimer<
AutomaticRebootManager
> > grace_end_timer_;
167
base::WeakPtrFactory<
AutomaticRebootManager
> weak_ptr_factory_;
171
DISALLOW_COPY_AND_ASSIGN(
AutomaticRebootManager
);
automatic_reboot_manager.cc
81
const
AutomaticRebootManager
::SystemEventTimes&)> reply) {
88
AutomaticRebootManager
::SystemEventTimes(
127
AutomaticRebootManager
::SystemEventTimes::SystemEventTimes()
132
AutomaticRebootManager
::SystemEventTimes::SystemEventTimes(
150
AutomaticRebootManager
::
AutomaticRebootManager
(
159
base::Bind(&
AutomaticRebootManager
::Reschedule,
162
base::Bind(&
AutomaticRebootManager
::Reschedule,
180
new base::OneShotTimer<
AutomaticRebootManager
>);
192
base::Bind(&
AutomaticRebootManager
::Init
[
all
...]
automatic_reboot_manager_unittest.cc
123
typedef base::OneShotTimer<
AutomaticRebootManager
> Timer;
163
scoped_ptr<
AutomaticRebootManager
> automatic_reboot_manager_;
360
AutomaticRebootManager
::RegisterPrefs(local_state_.registry());
378
// Let the
AutomaticRebootManager
, if any, unregister itself as an observer of
464
automatic_reboot_manager_.reset(new
AutomaticRebootManager
(
[
all
...]
/external/chromium_org/chrome/browser/
browser_process_platform_part_chromeos.h
20
class
AutomaticRebootManager
;
43
chromeos::system::
AutomaticRebootManager
* automatic_reboot_manager() {
56
scoped_ptr<chromeos::system::
AutomaticRebootManager
>
browser_process_platform_part_chromeos.cc
24
automatic_reboot_manager_.reset(new chromeos::system::
AutomaticRebootManager
(
/external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_update_service.h
28
class
AutomaticRebootManager
;
38
system::
AutomaticRebootManager
* automatic_reboot_manager);
68
system::
AutomaticRebootManager
* automatic_reboot_manager_; // Not owned.
kiosk_app_update_service.cc
33
system::
AutomaticRebootManager
* automatic_reboot_manager)
/external/chromium_org/chrome/browser/prefs/
browser_prefs.cc
299
chromeos::system::
AutomaticRebootManager
::RegisterPrefs(registry);
Completed in 61 milliseconds