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