HomeSort by relevance Sort by last modified time
    Searched defs:GetLastSessionPath (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/sessions/
session_backend.cc 254 SessionFileReader file_reader(GetLastSessionPath());
260 file_util::Delete(GetLastSessionPath(), false);
268 const FilePath last_session_path = GetLastSessionPath();
384 FilePath SessionBackend::GetLastSessionPath() {
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 262 SessionFileReader file_reader(GetLastSessionPath());
268 base::DeleteFile(GetLastSessionPath(), false);
276 const base::FilePath last_session_path = GetLastSessionPath();
391 base::FilePath SessionBackend::GetLastSessionPath() {

Completed in 227 milliseconds