Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sessions/
Dsession_backend.cc226 if ((reset_first && !empty_file_) || !current_session_file_.get() || in AppendCommands()
227 !current_session_file_->IsOpen()) { in AppendCommands()
231 if (current_session_file_.get() && current_session_file_->IsOpen() && in AppendCommands()
232 !AppendCommandsToFile(current_session_file_.get(), *commands)) { in AppendCommands()
233 current_session_file_.reset(NULL); in AppendCommands()
265 current_session_file_.reset(NULL); in MoveCurrentSessionToLastSession()
353 if (current_session_file_.get()) { in ResetFile()
359 if (current_session_file_->Truncate(header_size) != header_size) in ResetFile()
360 current_session_file_.reset(NULL); in ResetFile()
362 if (!current_session_file_.get()) in ResetFile()
[all …]
Dsession_backend.h132 scoped_ptr<net::FileStream> current_session_file_; variable