Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dfile_select_helper.cc78 profile_->set_last_selected_directory(path.DirName()); in FileSelected()
95 profile_->set_last_selected_directory(files[0].DirName()); in MultiFilesSelected()
/external/chromium/chrome/browser/profiles/
Dprofile.h521 virtual void set_last_selected_directory(const FilePath& path) = 0;
Dprofile_impl.h123 virtual void set_last_selected_directory(const FilePath& path);
Dprofile.cc598 virtual void set_last_selected_directory(const FilePath& path) { in set_last_selected_directory() function in OffTheRecordProfileImpl
Dprofile_impl.cc573 void ProfileImpl::set_last_selected_directory(const FilePath& path) { in set_last_selected_directory() function in ProfileImpl
/external/chromium/android/autofill/
Dprofile_android.h213 virtual void set_last_selected_directory(const FilePath& path) { NOTREACHED(); } in set_last_selected_directory() function
/external/chromium/chrome/browser/ui/
Dbrowser.cc3340 profile_->set_last_selected_directory(path.DirName()); in FileSelected()