Lines Matching refs:BaseSessionService
19 BaseSessionService::InternalGetCommandsRequest::~InternalGetCommandsRequest() {
23 // BaseSessionService ---------------------------------------------------------
60 const int BaseSessionService::max_persist_navigation_count = 6;
62 BaseSessionService::BaseSessionService(SessionType type,
84 BaseSessionService::~BaseSessionService() {
87 void BaseSessionService::DeleteLastSession() {
96 void BaseSessionService::ScheduleCommand(SessionCommand* command) {
103 void BaseSessionService::StartSaveTimer() {
108 save_factory_.NewRunnableMethod(&BaseSessionService::Save),
113 void BaseSessionService::Save() {
137 SessionCommand* BaseSessionService::CreateUpdateTabNavigationCommand(
183 SessionCommand* BaseSessionService::CreateSetTabExtensionAppIDCommand(
202 bool BaseSessionService::RestoreUpdateTabNavigationCommand(
236 bool BaseSessionService::RestoreSetTabExtensionAppIDCommand(
249 bool BaseSessionService::ShouldTrackEntry(const NavigationEntry& entry) {
253 bool BaseSessionService::ShouldTrackEntry(const TabNavigation& navigation) {
257 BaseSessionService::Handle BaseSessionService::ScheduleGetLastSessionCommands(
271 BaseSessionService::Handle
272 BaseSessionService::ScheduleGetCurrentSessionCommands(