HomeSort by relevance Sort by last modified time
    Searched full:default_profile_dir (Results 1 - 1 of 1) 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...]

Completed in 71 milliseconds