HomeSort by relevance Sort by last modified time
    Searched refs:set_last_selected_directory (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.h 68 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
profile.h 284 virtual void set_last_selected_directory(const base::FilePath& path) = 0;
profile_impl.h 121 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
off_the_record_profile_impl.cc 416 void OffTheRecordProfileImpl::set_last_selected_directory( function in class:OffTheRecordProfileImpl
profile_impl.cc 702 void ProfileImpl::set_last_selected_directory(const base::FilePath& path) { function in class:ProfileImpl
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 165 void FakeProfile::set_last_selected_directory(const base::FilePath& path) {} function in class:FakeProfile
fake_profile.h 80 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
  /external/chromium_org/chrome/browser/
file_select_helper.cc 123 profile_->set_last_selected_directory(file.file_path.DirName());
152 profile_->set_last_selected_directory(files[0].file_path.DirName());
  /external/chromium_org/chrome/test/base/
testing_profile.h 290 virtual void set_last_selected_directory(const base::FilePath& path) OVERRIDE;
testing_profile.cc 835 void TestingProfile::set_last_selected_directory(const base::FilePath& path) { function in class:TestingProfile
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 119 milliseconds