Home
last modified time | relevance | path

Searched refs:set_last_selected_directory (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/test/
Dfake_profile.cc165 void FakeProfile::set_last_selected_directory(const base::FilePath& path) {} in set_last_selected_directory() function in FakeProfile
Dfake_profile.h81 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
/external/chromium_org/chrome/browser/
Dfile_select_helper.cc123 profile_->set_last_selected_directory(file.file_path.DirName()); in FileSelectedWithExtraInfo()
152 profile_->set_last_selected_directory(files[0].file_path.DirName()); in MultiFilesSelectedWithExtraInfo()
/external/chromium_org/chrome/browser/profiles/
Doff_the_record_profile_impl.h67 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
Dprofile.h276 virtual void set_last_selected_directory(const base::FilePath& path) = 0;
Dprofile_impl.h130 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
Doff_the_record_profile_impl.cc426 void OffTheRecordProfileImpl::set_last_selected_directory( in set_last_selected_directory() function in OffTheRecordProfileImpl
Dprofile_impl.cc801 void ProfileImpl::set_last_selected_directory(const base::FilePath& path) { in set_last_selected_directory() function in ProfileImpl
/external/chromium_org/chrome/test/base/
Dtesting_profile.h302 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
Dtesting_profile.cc871 void TestingProfile::set_last_selected_directory(const base::FilePath& path) { in set_last_selected_directory() function in TestingProfile
/external/chromium_org/chrome/browser/ui/
Dbrowser.cc1921 profile_->set_last_selected_directory(file_info.file_path.DirName()); in FileSelectedWithExtraInfo()