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

  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.h 83 class SessionsAPI : public ProfileKeyedAPI {
85 explicit SessionsAPI(Profile* profile);
86 virtual ~SessionsAPI();
89 static ProfileKeyedAPIFactory<SessionsAPI>* GetFactoryInstance();
91 friend class ProfileKeyedAPIFactory<SessionsAPI>;
95 return "SessionsAPI";
sessions_api.cc 579 SessionsAPI::SessionsAPI(Profile* profile) {
582 SessionsAPI::~SessionsAPI() {
585 static base::LazyInstance<ProfileKeyedAPIFactory<SessionsAPI> >
589 ProfileKeyedAPIFactory<SessionsAPI>*
590 SessionsAPI::GetFactoryInstance() {

Completed in 61 milliseconds