Home
last modified time | relevance | path

Searched refs:GetLastSessionPath (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sessions/
Dsession_backend.cc254 SessionFileReader file_reader(GetLastSessionPath()); in ReadLastSessionCommandsImpl()
260 file_util::Delete(GetLastSessionPath(), false); in DeleteLastSession()
268 const FilePath last_session_path = GetLastSessionPath(); in MoveCurrentSessionToLastSession()
384 FilePath SessionBackend::GetLastSessionPath() { in GetLastSessionPath() function in SessionBackend
Dsession_backend.h120 FilePath GetLastSessionPath();
/external/chromium_org/chrome/browser/sessions/
Dsession_backend.cc262 SessionFileReader file_reader(GetLastSessionPath()); in ReadLastSessionCommandsImpl()
268 base::DeleteFile(GetLastSessionPath(), false); in DeleteLastSession()
276 const base::FilePath last_session_path = GetLastSessionPath(); in MoveCurrentSessionToLastSession()
391 base::FilePath SessionBackend::GetLastSessionPath() { in GetLastSessionPath() function in SessionBackend
Dsession_backend.h117 base::FilePath GetLastSessionPath();