Home
last modified time | relevance | path

Searched refs:current_session_file_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
Dsession_backend.cc229 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 …]
Dsession_backend.h129 scoped_ptr<base::File> current_session_file_; variable