OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProfilePathByUserIdHash
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc
73
IN_PROC_BROWSER_TEST_P(ProfileHelperTest,
GetProfilePathByUserIdHash
) {
76
profile_helper.
GetProfilePathByUserIdHash
(kActiveUserHash);
profile_helper.cc
49
return profile_manager->GetProfile(
GetProfilePathByUserIdHash
(user_id_hash));
53
base::FilePath ProfileHelper::
GetProfilePathByUserIdHash
(
199
base::FilePath profile_path =
GetProfilePathByUserIdHash
(hash);
profile_helper.h
47
static base::FilePath
GetProfilePathByUserIdHash
(
profile_list_chromeos.cc
51
ProfileHelper::
GetProfilePathByUserIdHash
((*it)->username_hash()));
/external/chromium_org/chrome/browser/chromeos/login/
mount_manager.cc
22
return ProfileHelper::
GetProfilePathByUserIdHash
(user_hash);
supervised_user_manager_impl.cc
356
base::FilePath profile_dir = ProfileHelper::
GetProfilePathByUserIdHash
(
user_manager_impl.cc
586
ProfileHelper::
GetProfilePathByUserIdHash
(
[
all
...]
Completed in 339 milliseconds