Searched refs:last_selected_directory (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.h63 virtual base::FilePath last_selected_directory() OVERRIDE;
H A Dprofile.h273 virtual base::FilePath last_selected_directory() = 0;
H A Doff_the_record_profile_impl.cc390 base::FilePath OffTheRecordProfileImpl::last_selected_directory() { function in class:OffTheRecordProfileImpl
393 return profile_->last_selected_directory();
H A Dprofile_impl.h123 virtual base::FilePath last_selected_directory() OVERRIDE;
H A Dprofile_impl.cc656 base::FilePath ProfileImpl::last_selected_directory() { function in class:ProfileImpl
/external/chromium_org/chrome/browser/ui/app_list/test/
H A Dfake_profile.cc167 base::FilePath FakeProfile::last_selected_directory() { function in class:FakeProfile
H A Dfake_profile.h87 virtual base::FilePath last_selected_directory() OVERRIDE;
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc590 virtual FilePath last_selected_directory() { function in class:OffTheRecordProfileImpl
593 return profile_->last_selected_directory();
H A Dprofile.h520 virtual FilePath last_selected_directory() = 0;
H A Dprofile_impl.h122 virtual FilePath last_selected_directory();
H A Dprofile_impl.cc569 FilePath ProfileImpl::last_selected_directory() { function in class:ProfileImpl
/external/chromium/android/autofill/
H A Dprofile_android.h212 virtual FilePath last_selected_directory() { NOTREACHED(); return FilePath(""); } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/
H A Dfile_select_helper.cc272 default_file_name = profile_->last_selected_directory();
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc345 base::FilePath fallback_path = profile_->last_selected_directory().Append(
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h306 virtual base::FilePath last_selected_directory() OVERRIDE;
H A Dtesting_profile.cc806 base::FilePath TestingProfile::last_selected_directory() { function in class:TestingProfile
/external/chromium_org/chrome/browser/
H A Dfile_select_helper.cc393 profile_->last_selected_directory().Append(params.default_file_name);
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.cc829 const base::FilePath directory = profile_->last_selected_directory();
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc1787 const FilePath directory = profile_->last_selected_directory();

Completed in 892 milliseconds