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

  /external/chromium/chrome/browser/profiles/
profile_manager.cc 102 FilePath default_profile_dir(user_data_dir);
103 default_profile_dir =
104 default_profile_dir.AppendASCII(chrome::kNotSignedInProfile);
105 return default_profile_dir;
139 FilePath default_profile_dir(user_data_dir);
140 default_profile_dir = default_profile_dir.Append(GetCurrentProfileDir());
154 profile = GetProfile(default_profile_dir);
157 profile = GetProfile(default_profile_dir);
162 return GetProfile(default_profile_dir);
251 FilePath default_profile_dir; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 470 base::FilePath default_profile_dir(user_data_dir);
472 default_profile_dir = default_profile_dir.Append(GetInitialProfileDir());
474 default_profile_dir = profiles::GetDefaultProfileDir(user_data_dir);
477 base::FilePath default_profile_dir(user_data_dir);
478 default_profile_dir = default_profile_dir.Append(GetInitialProfileDir());
482 Profile* profile = GetProfile(default_profile_dir);
493 ProfileInfo* profile_info = GetProfileInfoByPath(default_profile_dir);
497 default_profile_dir = profiles::GetDefaultProfileDir(user_data_dir)
667 base::FilePath default_profile_dir = user_data_dir_.Append( local
    [all...]

Completed in 864 milliseconds