HomeSort by relevance Sort by last modified time
    Searched defs:SessionServiceFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sessions/
session_service_factory.h 16 class SessionServiceFactory : public BrowserContextKeyedServiceFactory {
48 static SessionServiceFactory* GetInstance();
51 friend struct DefaultSingletonTraits<SessionServiceFactory>;
55 SessionServiceFactory();
56 virtual ~SessionServiceFactory();
session_service_factory.cc 12 SessionService* SessionServiceFactory::GetForProfile(Profile* profile) {
23 SessionService* SessionServiceFactory::GetForProfileIfExisting(
35 void SessionServiceFactory::ShutdownForProfile(Profile* profile) {
39 SessionServiceFactory* factory = GetInstance();
49 SessionServiceFactory* SessionServiceFactory::GetInstance() {
50 return Singleton<SessionServiceFactory>::get();
53 SessionServiceFactory::SessionServiceFactory()
59 SessionServiceFactory::~SessionServiceFactory()
    [all...]

Completed in 948 milliseconds