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

  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller_unittest.cc 38 profile_dir_ = temp_dir_.path().Append(FILE_PATH_LITERAL("user"));
45 PathService::Override(base::DIR_HOME, profile_dir_);
49 cmdline_.AppendSwitchPath(switches::kUserDataDir, profile_dir_);
76 base::FilePath profile_dir_; member in class:diagnostics::DiagnosticsControllerTest
116 base::FilePath db_path = profile_dir_.Append(chromeos::kNssCertDbPath);
138 base::FilePath db_path = profile_dir_.Append(chromeos::kNssKeyDbPath);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_file_util_unittest.cc 188 ASSERT_TRUE(profile_dir_.CreateUniqueTempDir());
208 profile_dir_.path(),
220 profile_dir_.path(),
260 base::ScopedTempDir profile_dir_; member in class:iphoto::IPhotoFileUtilTest
itunes_file_util_unittest.cc 156 ASSERT_TRUE(profile_dir_.CreateUniqueTempDir());
176 profile_dir_.path(),
188 profile_dir_.path(),
228 base::ScopedTempDir profile_dir_; member in class:itunes::ItunesFileUtilTest
picasa_file_util_unittest.cc 230 ASSERT_TRUE(profile_dir_.CreateUniqueTempDir());
243 profile_dir_.path(),
255 profile_dir_.path(),
382 base::ScopedTempDir profile_dir_; member in class:picasa::PicasaFileUtilTest
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_engine_unittest.cc 33 ASSERT_TRUE(profile_dir_.CreateUniqueTempDir());
51 profile_dir_.path(),
123 base::ScopedTempDir profile_dir_; member in class:sync_file_system::drive_backend::SyncEngineTest
sync_worker_unittest.cc 107 ASSERT_TRUE(profile_dir_.CreateUniqueTempDir());
124 profile_dir_.path(),
167 base::ScopedTempDir profile_dir_; member in class:sync_file_system::drive_backend::SyncWorkerTest
  /external/chromium_org/chrome/browser/prefs/
profile_pref_store_manager_unittest.cc 130 ASSERT_TRUE(profile_dir_.CreateUniqueTempDir());
135 manager_.reset(new ProfilePrefStoreManager(profile_dir_.path(),
239 profile_dir_.path(), true, base::FileEnumerator::FILES);
275 base::ScopedTempDir profile_dir_; member in class:ProfilePrefStoreManagerTest
312 profile_dir_.path());
  /external/chromium_org/components/bookmarks/browser/
bookmark_node_data_unittest.cc 29 bool success = profile_dir_.CreateUniqueTempDir();
36 bool success = profile_dir_.Delete();
40 const base::FilePath& GetProfilePath() const { return profile_dir_.path(); }
45 base::ScopedTempDir profile_dir_; member in class:BookmarkNodeDataTest
  /external/chromium_org/components/autofill/core/browser/webdata/
web_data_service_unittest.cc 142 base::FilePath profile_dir_; member in class:autofill::WebDataServiceTest

Completed in 116 milliseconds