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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.h 104 base::ScopedTempDir profiles_dir_; member in class:TestingProfileManager
testing_profile_manager.cc 67 base::FilePath profile_path(profiles_dir_.path());
185 return profiles_dir_.path();
203 ASSERT_TRUE(profiles_dir_.CreateUniqueTempDir());
205 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());

Completed in 1264 milliseconds