Home
last modified time | relevance | path

Searched refs:kProfileDirPrefix (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/profiles/
Dprofile_helper_browsertest.cc49 expected_dir.append(chrome::kProfileDirPrefix); in IN_PROC_BROWSER_TEST_P()
69 EXPECT_EQ(std::string(chrome::kProfileDirPrefix) + kActiveUserHash, in IN_PROC_BROWSER_TEST_P()
79 std::string(chrome::kProfileDirPrefix) + kActiveUserHash); in IN_PROC_BROWSER_TEST_P()
Dprofile_helper.cc65 base::FilePath(chrome::kProfileDirPrefix + user_id_hash)); in GetProfilePathByUserIdHash()
96 std::string prefix(chrome::kProfileDirPrefix); in GetUserIdHashFromProfile()
110 return base::FilePath(chrome::kProfileDirPrefix + user_id_hash); in GetUserProfileDir()
Dprofile_list_chromeos_unittest.cc92 chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix, in AddProfile()
/external/chromium_org/chrome/browser/chromeos/login/
Dfake_login_utils.cc125 path = path.AppendASCII(chrome::kProfileDirPrefix + username_hash); in CreateProfile()
/external/chromium_org/chrome/common/
Dchrome_constants.h145 extern const char kProfileDirPrefix[];
Dchrome_constants.cc258 const char kProfileDirPrefix[] = "u-"; variable
Dlogging_chrome.cc216 std::string profile_dir_str = chrome::kProfileDirPrefix; in GetSessionLogFile()
/external/chromium_org/chrome/browser/profiles/
Dprofile_manager_browsertest.cc201 std::string(chrome::kProfileDirPrefix) + chrome::kTestUserProfileDir)); in IN_PROC_BROWSER_TEST_P()
/external/chromium_org/chrome/browser/ui/ash/launcher/
Dchrome_launcher_controller_unittest.cc862 chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix; in CreateMultiUserProfile()