Home
last modified time | relevance | path

Searched refs:GetUserProfileDir (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_helper.cc70 return profile_path.Append(GetUserProfileDir(user_id_hash)); in GetProfilePathByUserIdHash()
78 return ProfileHelper::GetUserProfileDir(login_profile_value); in GetProfileDirByLegacyLoginProfileSwitch()
118 base::FilePath ProfileHelper::GetUserProfileDir( in GetUserProfileDir() function in chromeos::ProfileHelper
164 return ProfileHelper::GetUserProfileDir(active_user_id_hash_); in GetActiveUserProfileDir()
Dprofile_helper.h65 static base::FilePath GetUserProfileDir(const std::string& user_id_hash);
/external/chromium_org/chrome/browser/chromeos/login/users/
Dmock_user_manager.h86 MOCK_CONST_METHOD1(GetUserProfileDir,
Dfake_user_manager.h127 virtual base::FilePath GetUserProfileDir(const std::string& email) const
Duser_manager.h370 virtual base::FilePath GetUserProfileDir(const std::string& user_id)
Dfake_user_manager.cc293 base::FilePath FakeUserManager::GetUserProfileDir( in GetUserProfileDir() function in chromeos::FakeUserManager
Duser_manager_impl.h141 virtual base::FilePath GetUserProfileDir(
Duser_manager_impl.cc1876 base::FilePath UserManagerImpl::GetUserProfileDir( in GetUserProfileDir() function in chromeos::UserManagerImpl
1884 profile_dir = ProfileHelper::GetUserProfileDir(user->username_hash()); in GetUserProfileDir()
/external/chromium_org/chrome/browser/chromeos/login/session/
Dsession_manager.cc340 user_manager->GetUserProfileDir(user_context_.GetUserID()), in PrepareProfile()
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dexternal_filesystem_apitest.cc522 chromeos::ProfileHelper::GetUserProfileDir( in SetUpOnMainThread()
/external/chromium_org/chrome/browser/performance_monitor/
Dperformance_monitor_browsertest.cc339 second_profile_name_ = chromeos::ProfileHelper::GetUserProfileDir( in SetUpUserDataDirectory()