Searched defs:SessionServiceFactory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_factory.h16 class SessionServiceFactory : public BrowserContextKeyedServiceFactory { class in inherits:BrowserContextKeyedServiceFactory
54 static SessionServiceFactory* GetInstance();
57 friend struct DefaultSingletonTraits<SessionServiceFactory>;
61 SessionServiceFactory();
62 virtual ~SessionServiceFactory();
H A Dsession_service_factory.cc13 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) {
24 SessionService* SessionServiceFactory::GetForProfileIfExisting(
36 SessionService* SessionServiceFactory::GetForProfileForSessionRestore(
49 void SessionServiceFactory::ShutdownForProfile(Profile* profile) {
55 SessionServiceFactory* factory = GetInstance();
65 SessionServiceFactory* SessionServiceFactory::GetInstance() {
66 return Singleton<SessionServiceFactory>::get();
69 SessionServiceFactory::SessionServiceFactory() function in class:SessionServiceFactory
[all...]

Completed in 83 milliseconds