Searched defs:GetProfileByPath (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_loader.cc36 Profile* profile = GetProfileByPath(profile_file_path);
52 Profile* ProfileLoader::GetProfileByPath(const base::FilePath& path) { function in class:ProfileLoader
53 return profile_manager_->GetProfileByPath(path);
H A Dprofile_manager.cc460 Profile* profile = GetProfileByPath(profile_dir);
550 if (GetProfileByPath(profile->GetPath())) {
577 Profile* ProfileManager::GetProfileByPath(const base::FilePath& path) const { function in class:ProfileManager
602 CHECK(!GetProfileByPath(default_profile_dir))
1084 Profile* profile = GetProfileByPath(profile_dir);
/external/chromium/chrome/browser/profiles/
H A Dprofile_manager.cc211 Profile* profile = GetProfileByPath(profile_dir);
265 if (GetProfileByPath(profile->GetPath())) {
285 Profile* ProfileManager::GetProfileByPath(const FilePath& path) const { function in class:ProfileManager

Completed in 128 milliseconds