Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sessions/
Dsession_backend.cc201 path_to_dir_(path_to_dir), in SessionBackend()
215 file_util::CreateDirectory(path_to_dir_); in Init()
385 FilePath path = path_to_dir_; in GetLastSessionPath()
394 FilePath path = path_to_dir_; in GetCurrentSessionPath()
Dsession_backend.h126 const FilePath path_to_dir_; variable
/external/chromium_org/chrome/browser/sessions/
Dsession_backend.cc207 path_to_dir_(path_to_dir), in SessionBackend()
221 base::CreateDirectory(path_to_dir_); in Init()
392 base::FilePath path = path_to_dir_; in GetLastSessionPath()
401 base::FilePath path = path_to_dir_; in GetCurrentSessionPath()
Dsession_backend.h123 const base::FilePath path_to_dir_; variable