Lines Matching refs:SessionBackend
45 buffer_(SessionBackend::kFileReadBufferSize, 0), in SessionFileReader()
196 const int SessionBackend::kFileReadBufferSize = 1024;
198 SessionBackend::SessionBackend(BaseSessionService::SessionType type, in SessionBackend() function in SessionBackend
208 void SessionBackend::Init() { in Init()
220 void SessionBackend::AppendCommands( in AppendCommands()
240 void SessionBackend::ReadLastSessionCommands( in ReadLastSessionCommands()
251 bool SessionBackend::ReadLastSessionCommandsImpl( in ReadLastSessionCommandsImpl()
258 void SessionBackend::DeleteLastSession() { in DeleteLastSession()
263 void SessionBackend::MoveCurrentSessionToLastSession() { in MoveCurrentSessionToLastSession()
293 void SessionBackend::ReadCurrentSessionCommands( in ReadCurrentSessionCommands()
304 bool SessionBackend::ReadCurrentSessionCommandsImpl( in ReadCurrentSessionCommandsImpl()
311 bool SessionBackend::AppendCommandsToFile(net::FileStream* file, in AppendCommandsToFile()
348 SessionBackend::~SessionBackend() { in ~SessionBackend()
351 void SessionBackend::ResetFile() { in ResetFile()
367 net::FileStream* SessionBackend::OpenAndWriteHeader(const FilePath& path) { in OpenAndWriteHeader()
384 FilePath SessionBackend::GetLastSessionPath() { in GetLastSessionPath()
393 FilePath SessionBackend::GetCurrentSessionPath() { in GetCurrentSessionPath()