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

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

Completed in 65 milliseconds