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

/external/chromium/chrome/browser/sessions/
H A Dbase_session_service.h26 // BaseSessionService is the super class of both tab restore service and
30 class BaseSessionService : public CancelableRequestProvider, class in inherits:CancelableRequestProvider,base::RefCountedThreadSafe
31 public base::RefCountedThreadSafe<BaseSessionService> {
40 // Creates a new BaseSessionService. After creation you need to invoke
45 BaseSessionService(SessionType type,
79 friend class base::RefCountedThreadSafe<BaseSessionService>;
81 virtual ~BaseSessionService();
90 // in the vector are owned by BaseSessionService, until they are scheduled
178 ScopedRunnableMethodFactory<BaseSessionService> save_factory_;
190 DISALLOW_COPY_AND_ASSIGN(BaseSessionService);
[all...]
H A Dbase_session_service.cc19 BaseSessionService::InternalGetCommandsRequest::~InternalGetCommandsRequest() {
23 // BaseSessionService ---------------------------------------------------------
60 const int BaseSessionService::max_persist_navigation_count = 6;
62 BaseSessionService::BaseSessionService(SessionType type, function in class:BaseSessionService
84 BaseSessionService::~BaseSessionService() {
87 void BaseSessionService::DeleteLastSession() {
96 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
103 void BaseSessionService
[all...]

Completed in 103 milliseconds