HomeSort by relevance Sort by last modified time
    Searched full:profile_dir (Results 1 - 17 of 17) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_startup_browsertest.cc 39 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/net/base/
net_switches.cc 13 // <profile_dir>/Default/TransportSecurity
  /external/chromium/chrome/common/
chrome_paths_linux.cc 41 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) {
51 *result = profile_dir;
62 if (!config_dir.AppendRelativePath(profile_dir, &cache_dir))
chrome_paths_internal.h 30 // just |profile_dir|.
31 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result);
chrome_paths_win.cc 40 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) {
42 *result = profile_dir;
chrome_paths_mac.mm 103 void GetUserCacheDirectory(const FilePath& profile_dir, FilePath* result) {
111 *result = profile_dir;
119 if (!app_data_dir.AppendRelativePath(profile_dir, &cache_dir))
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 109 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) {
211 Profile* profile = GetProfileByPath(profile_dir);
215 profile = Profile::CreateProfile(profile_dir);
profile_manager_unittest.cc 95 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);
profile_manager.h 57 Profile* GetProfile(const FilePath& profile_dir);
101 static FilePath GetProfilePrefsPath(const FilePath& profile_dir);
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 396 FilePath profile_dir = source_path_.AppendASCII("searchplugins"); local
397 FindXMLFilesInDir(profile_dir, files);
importer_unittest.cc 71 void Firefox3xImporterTest(std::string profile_dir,
77 data_path = data_path.AppendASCII(profile_dir);
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 661 FilePath profile_dir = profile_->GetPath();
662 *filename = profile_dir.Append(FILE_PATH_LITERAL("Visited Links"));
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 

Completed in 287 milliseconds