Searched refs:set_last_selected_directory (Results 1 – 18 of 18) sorted by relevance
78 profile_->set_last_selected_directory(path.DirName()); in FileSelected()95 profile_->set_last_selected_directory(files[0].DirName()); in MultiFilesSelected()
171 void FakeProfile::set_last_selected_directory(const base::FilePath& path) {} in set_last_selected_directory() function in FakeProfile
88 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
123 profile_->set_last_selected_directory(file.file_path.DirName()); in FileSelectedWithExtraInfo()152 profile_->set_last_selected_directory(files[0].file_path.DirName()); in MultiFilesSelectedWithExtraInfo()
64 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
274 virtual void set_last_selected_directory(const base::FilePath& path) = 0;
124 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
398 void OffTheRecordProfileImpl::set_last_selected_directory( in set_last_selected_directory() function in OffTheRecordProfileImpl
660 void ProfileImpl::set_last_selected_directory(const base::FilePath& path) { in set_last_selected_directory() function in ProfileImpl
307 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
810 void TestingProfile::set_last_selected_directory(const base::FilePath& path) { in set_last_selected_directory() function in TestingProfile
521 virtual void set_last_selected_directory(const FilePath& path) = 0;
123 virtual void set_last_selected_directory(const FilePath& path);
598 virtual void set_last_selected_directory(const FilePath& path) { in set_last_selected_directory() function in OffTheRecordProfileImpl
573 void ProfileImpl::set_last_selected_directory(const FilePath& path) { in set_last_selected_directory() function in ProfileImpl
213 virtual void set_last_selected_directory(const FilePath& path) { NOTREACHED(); } in set_last_selected_directory() function
1785 profile_->set_last_selected_directory(file_info.file_path.DirName()); in FileSelectedWithExtraInfo()
3340 profile_->set_last_selected_directory(path.DirName()); in FileSelected()