Home | History | Annotate | Download | only in sessions

Lines Matching refs:SessionService

37 // SessionService ------------------------------------------------------------
39 // SessionService is responsible for maintaining the state of open windows
43 // SessionService supports restoring from the last session. The last session
51 // SessionService itself maintains a set of SessionCommands that allow
52 // SessionService to rebuild the open state of the browser (as SessionWindow,
55 // SessionService rebuilds the contents of the file from the open state of the
57 class SessionService : public BaseSessionService,
69 // Creates a SessionService for the specified profile.
70 explicit SessionService(Profile* profile);
72 explicit SessionService(const base::FilePath& save_path);
74 virtual ~SessionService();
442 // Convert back/forward between the Browser and SessionService DB window
502 DISALLOW_COPY_AND_ASSIGN(SessionService);