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

  /external/chromium_org/chrome/browser/profiles/
profile_loader.cc 36 Profile* profile = GetProfileByPath(profile_file_path);
52 Profile* ProfileLoader::GetProfileByPath(const base::FilePath& path) {
53 return profile_manager_->GetProfileByPath(path);
profile_manager.cc 460 Profile* profile = GetProfileByPath(profile_dir);
550 if (GetProfileByPath(profile->GetPath())) {
577 Profile* ProfileManager::GetProfileByPath(const base::FilePath& path) const {
602 CHECK(!GetProfileByPath(default_profile_dir))
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_manager.cc 211 Profile* profile = GetProfileByPath(profile_dir);
265 if (GetProfileByPath(profile->GetPath())) {
285 Profile* ProfileManager::GetProfileByPath(const FilePath& path) const {

Completed in 162 milliseconds