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

  /external/chromium/chrome/browser/sessions/
session_service.h 30 // 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,
54 // Creates a SessionService for the specified profile.
55 explicit SessionService(Profile* profile);
57 explicit SessionService(const FilePath& save_path)
    [all...]
session_service.cc 68 // 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)
142 SessionService::SessionService(const FilePath& save_path)
152 SessionService::~SessionService() {
    [all...]

Completed in 38 milliseconds