Searched refs:current_session_file_ (Results 1 – 2 of 2) sorted by relevance
229 if ((reset_first && !empty_file_) || !current_session_file_.get() || in AppendCommands()230 !current_session_file_->IsValid()) { in AppendCommands()234 if (current_session_file_.get() && current_session_file_->IsValid() && in AppendCommands()235 !AppendCommandsToFile(current_session_file_.get(), *commands)) { in AppendCommands()236 current_session_file_.reset(NULL); in AppendCommands()270 current_session_file_.reset(NULL); in MoveCurrentSessionToLastSession()344 if (current_session_file_.get()) { in ~SessionBackend()348 current_session_file_.reset(); in ~SessionBackend()354 if (current_session_file_.get()) { in ResetFile()360 if (current_session_file_->Seek( in ResetFile()[all …]
129 scoped_ptr<base::File> current_session_file_; variable