OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppLifetimeMonitor
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/apps/
app_lifetime_monitor.cc
20
AppLifetimeMonitor
::
AppLifetimeMonitor
(Profile* profile)
39
AppLifetimeMonitor
::~
AppLifetimeMonitor
() {}
41
void
AppLifetimeMonitor
::AddObserver(Observer* observer) {
45
void
AppLifetimeMonitor
::RemoveObserver(Observer* observer) {
49
void
AppLifetimeMonitor
::Observe(int type,
80
void
AppLifetimeMonitor
::OnShellWindowAdded(ShellWindow* shell_window) {
91
void
AppLifetimeMonitor
::OnShellWindowIconChanged(ShellWindow* shell_window) {}
93
void
AppLifetimeMonitor
::OnShellWindowRemoved(ShellWindow* shell_window)
[
all
...]
app_lifetime_monitor_factory.h
15
class
AppLifetimeMonitor
;
19
// the associated
AppLifetimeMonitor
.
22
static
AppLifetimeMonitor
* GetForProfile(Profile* profile);
app_lifetime_monitor_factory.cc
16
AppLifetimeMonitor
* AppLifetimeMonitorFactory::GetForProfile(Profile* profile) {
17
return static_cast<
AppLifetimeMonitor
*>(
27
"
AppLifetimeMonitor
",
36
return new
AppLifetimeMonitor
(static_cast<Profile*>(profile));
app_lifetime_monitor.h
27
class
AppLifetimeMonitor
: public BrowserContextKeyedService,
52
explicit
AppLifetimeMonitor
(Profile* profile);
53
virtual ~
AppLifetimeMonitor
();
82
DISALLOW_COPY_AND_ASSIGN(
AppLifetimeMonitor
);
app_keep_alive_service.h
14
public
AppLifetimeMonitor
::Observer {
20
//
AppLifetimeMonitor
::Observer:
app_keep_alive_service.cc
17
AppLifetimeMonitor
* app_lifetime_monitor =
25
AppLifetimeMonitor
* app_lifetime_monitor =
app_restore_service.cc
146
AppLifetimeMonitor
* app_lifetime_monitor =
153
AppLifetimeMonitor
* app_lifetime_monitor =
app_restore_service.h
25
public
AppLifetimeMonitor
::Observer {
44
//
AppLifetimeMonitor
::Observer.
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac.h
42
public
AppLifetimeMonitor
::Observer {
96
//
AppLifetimeMonitor
::Observer overrides:
Completed in 58 milliseconds