OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppLifetimeMonitorFactory
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/apps/
app_lifetime_monitor_factory.cc
16
AppLifetimeMonitor*
AppLifetimeMonitorFactory
::GetForProfile(Profile* profile) {
21
AppLifetimeMonitorFactory
*
AppLifetimeMonitorFactory
::GetInstance() {
22
return Singleton<
AppLifetimeMonitorFactory
>::get();
25
AppLifetimeMonitorFactory
::
AppLifetimeMonitorFactory
()
32
AppLifetimeMonitorFactory
::~
AppLifetimeMonitorFactory
() {}
34
KeyedService*
AppLifetimeMonitorFactory
::BuildServiceInstanceFor(
39
bool
AppLifetimeMonitorFactory
::ServiceIsCreatedWithBrowserContext() const
[
all
...]
app_lifetime_monitor_factory.h
20
class
AppLifetimeMonitorFactory
: public BrowserContextKeyedServiceFactory {
24
static
AppLifetimeMonitorFactory
* GetInstance();
27
friend struct DefaultSingletonTraits<
AppLifetimeMonitorFactory
>;
29
AppLifetimeMonitorFactory
();
30
virtual ~
AppLifetimeMonitorFactory
();
app_restore_service_factory.cc
28
DependsOn(
AppLifetimeMonitorFactory
::GetInstance());
app_restore_service.cc
129
AppLifetimeMonitorFactory
::GetForProfile(profile_);
136
AppLifetimeMonitorFactory
::GetForProfile(profile_);
/external/chromium_org/chrome/browser/apps/
ephemeral_app_service_factory.cc
33
DependsOn(apps::
AppLifetimeMonitorFactory
::GetInstance());
ephemeral_app_service.cc
190
apps::
AppLifetimeMonitorFactory
::GetForProfile(profile_));
/external/chromium_org/chrome/browser/signin/
easy_unlock_service_regular.cc
89
user_context, apps::
AppLifetimeMonitorFactory
::GetForProfile(profile()),
/external/chromium_org/chrome/browser/apps/app_shim/
extension_app_shim_handler_mac.cc
498
AppLifetimeMonitorFactory
::GetForProfile(profile)->AddObserver(this);
502
AppLifetimeMonitorFactory
::GetForProfile(profile)->RemoveObserver(this);
Completed in 640 milliseconds