HomeSort by relevance Sort by last modified time
    Searched refs:path_to_dir_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/sessions/
session_backend.h 126 const FilePath path_to_dir_; member in class:SessionBackend
session_backend.cc 201 path_to_dir_(path_to_dir),
215 file_util::CreateDirectory(path_to_dir_);
385 FilePath path = path_to_dir_;
394 FilePath path = path_to_dir_;
  /external/chromium_org/chrome/browser/sessions/
session_backend.h 123 const base::FilePath path_to_dir_; member in class:SessionBackend
session_backend.cc 207 path_to_dir_(path_to_dir),
221 file_util::CreateDirectory(path_to_dir_);
392 base::FilePath path = path_to_dir_;
401 base::FilePath path = path_to_dir_;

Completed in 255 milliseconds