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

/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.h38 // SessionService ------------------------------------------------------------
40 // SessionService is responsible for maintaining the state of open windows
44 // SessionService supports restoring from the last session. The last session
52 // SessionService itself maintains a set of SessionCommands that allow
53 // SessionService to rebuild the open state of the browser (as SessionWindow,
56 // SessionService rebuilds the contents of the file from the open state of the
58 class SessionService : public BaseSessionService, class in inherits:BaseSessionService,KeyedService,content::NotificationObserver,chrome::BrowserListObserver
70 // Creates a SessionService for the specified profile.
71 explicit SessionService(Profile* profile);
73 explicit SessionService(cons
[all...]
H A Dsession_service.cc228 // SessionService -------------------------------------------------------------
230 SessionService::SessionService(Profile* profile) function in class:SessionService
242 SessionService::SessionService(const base::FilePath& save_path) function in class:SessionService
254 SessionService::~SessionService() {
255 // The BrowserList should outlive the SessionService since it's static and
256 // the SessionService is a KeyedService.
261 bool SessionService
[all...]

Completed in 113 milliseconds