HomeSort by relevance Sort by last modified time
    Searched refs:BaseSessionService (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/sessions/
base_session_service.cc 25 // BaseSessionService ---------------------------------------------------------
47 const BaseSessionService::InternalGetCommandsCallback& callback,
56 const BaseSessionService::InternalGetCommandsCallback& callback,
73 const int BaseSessionService::max_persist_navigation_count = 6;
75 BaseSessionService::BaseSessionService(SessionType type,
92 BaseSessionService::~BaseSessionService() {
95 void BaseSessionService::DeleteLastSession() {
101 void BaseSessionService::ScheduleCommand(SessionCommand* command)
    [all...]
session_backend.h 22 // SessionBackend is the backend used by BaseSessionService. It is responsible
30 // BaseSessionService. A command consists of a unique id and a stream of bytes.
32 // BaseSessionService.
49 SessionBackend(BaseSessionService::SessionType type,
71 const BaseSessionService::InternalGetCommandsCallback& callback);
114 const BaseSessionService::SessionType type_;
base_session_service.h 30 // BaseSessionService is the super class of both tab restore service and
34 class BaseSessionService : public CancelableRequestProvider {
43 // Creates a new BaseSessionService. After creation you need to invoke
48 BaseSessionService(SessionType type,
61 virtual ~BaseSessionService();
67 // in the vector are owned by BaseSessionService, until they are scheduled
176 base::WeakPtrFactory<BaseSessionService> weak_factory_;
191 DISALLOW_COPY_AND_ASSIGN(BaseSessionService);
session_backend_unittest.cc 55 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
64 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
73 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
103 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
128 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
143 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
162 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
180 new SessionBackend(BaseSessionService::SESSION_RESTORE, path_));
195 backend = new SessionBackend(BaseSessionService::SESSION_RESTORE, path_);
session_backend.cc 54 bool Read(BaseSessionService::SessionType type,
88 bool SessionFileReader::Read(BaseSessionService::SessionType type,
107 if (type == BaseSessionService::TAB_RESTORE) {
201 SessionBackend::SessionBackend(BaseSessionService::SessionType type,
245 const BaseSessionService::InternalGetCommandsCallback& callback) {
279 if (type_ == BaseSessionService::TAB_RESTORE) {
311 if (type_ == BaseSessionService::TAB_RESTORE)
390 if (type_ == BaseSessionService::TAB_RESTORE)
399 if (type_ == BaseSessionService::TAB_RESTORE)
persistent_tab_restore_service.cc 118 : public BaseSessionService,
125 // BaseSessionService:
240 : BaseSessionService(BaseSessionService::TAB_RESTORE, profile,
281 BaseSessionService::Save();
    [all...]
session_service.h 57 class SessionService : public BaseSessionService,
200 // Overridden from BaseSessionService because we want some UMA reporting on
session_service.cc 188 : BaseSessionService(SESSION_RESTORE, profile, base::FilePath()),
199 : BaseSessionService(SESSION_RESTORE, NULL, save_path),
537 BaseSessionService::Save();
    [all...]

Completed in 307 milliseconds