Home
last modified time | relevance | path

Searched refs:SessionsAPI (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/sessions/
Dsessions_api.h83 class SessionsAPI : public ProfileKeyedAPI {
85 explicit SessionsAPI(Profile* profile);
86 virtual ~SessionsAPI();
89 static ProfileKeyedAPIFactory<SessionsAPI>* GetFactoryInstance();
91 friend class ProfileKeyedAPIFactory<SessionsAPI>;
Dsessions_api.cc579 SessionsAPI::SessionsAPI(Profile* profile) { in SessionsAPI() function in extensions::SessionsAPI
582 SessionsAPI::~SessionsAPI() { in ~SessionsAPI()
585 static base::LazyInstance<ProfileKeyedAPIFactory<SessionsAPI> >
589 ProfileKeyedAPIFactory<SessionsAPI>*
590 SessionsAPI::GetFactoryInstance() { in GetFactoryInstance()
/external/chromium_org/chrome/browser/profiles/
Dchrome_browser_main_extra_parts_profiles.cc294 extensions::SessionsAPI::GetFactoryInstance(); in EnsureBrowserContextKeyedServiceFactoriesBuilt()