Searched refs:SessionsAPI (Results 1 – 3 of 3) sorted by relevance
83 class SessionsAPI : public ProfileKeyedAPI {85 explicit SessionsAPI(Profile* profile);86 virtual ~SessionsAPI();89 static ProfileKeyedAPIFactory<SessionsAPI>* GetFactoryInstance();91 friend class ProfileKeyedAPIFactory<SessionsAPI>;
579 SessionsAPI::SessionsAPI(Profile* profile) { in SessionsAPI() function in extensions::SessionsAPI582 SessionsAPI::~SessionsAPI() { in ~SessionsAPI()585 static base::LazyInstance<ProfileKeyedAPIFactory<SessionsAPI> >589 ProfileKeyedAPIFactory<SessionsAPI>*590 SessionsAPI::GetFactoryInstance() { in GetFactoryInstance()
294 extensions::SessionsAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()