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

/external/chromium/chrome/browser/sessions/
H A Dsession_service.h30 // SessionService ------------------------------------------------------------
32 // SessionService is responsible for maintaining the state of open windows
36 // SessionService supports restoring from the last session. The last session
44 // SessionService itself maintains a set of SessionCommands that allow
45 // SessionService to rebuild the open state of the browser (as
48 // SessionService rebuilds the contents of the file from the open state
50 class SessionService : public BaseSessionService, class in inherits:BaseSessionService,NotificationObserver
54 // Creates a SessionService for the specified profile.
55 explicit SessionService(Profile* profile);
57 explicit SessionService(cons
[all...]
H A Dsession_service.cc68 // The callback from GetLastSession is internally routed to SessionService
77 SessionService::SessionCallback* real_callback)
83 scoped_ptr<SessionService::SessionCallback> real_callback;
130 // SessionService -------------------------------------------------------------
132 SessionService::SessionService(Profile* profile) function in class:SessionService
142 SessionService::SessionService(const FilePath& save_path) function in class:SessionService
152 SessionService::~SessionService() {
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.h37 // 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, class in inherits:BaseSessionService,BrowserContextKeyedService,content::NotificationObserver,chrome::BrowserListObserver
69 // Creates a SessionService for the specified profile.
70 explicit SessionService(Profile* profile);
72 explicit SessionService(cons
[all...]
H A Dsession_service.cc180 // SessionService -------------------------------------------------------------
182 SessionService::SessionService(Profile* profile) function in class:SessionService
193 SessionService::SessionService(const base::FilePath& save_path) function in class:SessionService
204 SessionService::~SessionService() {
205 // The BrowserList should outlive the SessionService since it's static and
206 // the SessionService is a BrowserContextKeyedService.
211 bool SessionService
[all...]

Completed in 98 milliseconds