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

  /external/chromium_org/chrome/test/base/
testing_profile_manager.cc 56 base::FilePath profile_path(profiles_dir_.path());
120 return profiles_dir_.path();
138 ASSERT_TRUE(profiles_dir_.CreateUniqueTempDir());
140 profile_manager_ = new testing::ProfileManager(profiles_dir_.path());
testing_profile_manager.h 90 base::ScopedTempDir profiles_dir_; member in class:TestingProfileManager
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 396 profiles_dir_.CreateUniqueTempDir();
404 new ProfileManagerWithoutInit(profiles_dir_.path()));
418 base::ScopedTempDir profiles_dir_; member in class:FakeBrowserProcessImpl
    [all...]

Completed in 37 milliseconds