Searched defs:previous_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc582 const base::FilePath& previous_path) {
584 if (!previous_path.empty() && base::DirectoryExists(previous_path)) {
585 initial_path_ = previous_path.Append(suggested_name);
836 base::FilePath previous_path = file_system_api::GetLastChooseEntryDirectory( local
845 previous_path),
580 SetInitialPathOnFileThread( const base::FilePath& suggested_name, const base::FilePath& previous_path) argument

Completed in 88 milliseconds