Searched refs:profile_dir (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_startup_browsertest.cc39 FilePath profile_dir; local
40 PathService::Get(chrome::DIR_USER_DATA, &profile_dir);
41 profile_dir = profile_dir.AppendASCII("Default");
42 file_util::CreateDirectory(profile_dir);
44 preferences_file_ = profile_dir.AppendASCII("Preferences");
45 user_scripts_dir_ = profile_dir.AppendASCII("User Scripts");
46 extensions_dir_ = profile_dir.AppendASCII("Extensions");
57 profile_dir, true); // recursive
/external/chromium/chrome/common/
H A Dchrome_paths_linux.cc41 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) { argument
51 *result = profile_dir;
62 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
H A Dchrome_paths_internal.h30 // just |profile_dir|.
31 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result);
H A Dchrome_paths_win.cc40 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) { argument
42 *result = profile_dir;
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.h57 Profile* GetProfile(const FilePath& profile_dir);
101 static FilePath GetProfilePrefsPath(const FilePath& profile_dir);
H A Dprofile_manager.cc109 const FilePath &profile_dir) {
110 FilePath default_prefs_path(profile_dir);
120 FilePath profile_dir; local
123 profile_dir = command_line.GetSwitchValuePath(switches::kLoginProfile);
129 relative_profile_dir = relative_profile_dir.Append(profile_dir);
208 Profile* ProfileManager::GetProfile(const FilePath& profile_dir) { argument
211 Profile* profile = GetProfileByPath(profile_dir);
215 profile = Profile::CreateProfile(profile_dir);
108 GetProfilePrefsPath( const FilePath &profile_dir) argument
H A Dprofile_manager_unittest.cc95 std::string profile_dir("my_user");
109 std::string profile_dir("my_user");
111 cl->AppendSwitchASCII(switches::kLoginProfile, profile_dir);
122 FilePath expected_logged_in(profile_dir);
/external/chromium/chrome/browser/importer/
H A Dfirefox2_importer.cc396 FilePath profile_dir = source_path_.AppendASCII("searchplugins"); local
397 FindXMLFilesInDir(profile_dir, files);
H A Dimporter_unittest.cc71 void Firefox3xImporterTest(std::string profile_dir, argument
77 data_path = data_path.AppendASCII(profile_dir);
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_master.cc661 FilePath profile_dir = profile_->GetPath();
662 *filename = profile_dir.Append(FILE_PATH_LITERAL("Visited Links"));

Completed in 149 milliseconds