OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kProfileDirPrefix
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc
49
expected_dir.append(chrome::
kProfileDirPrefix
);
69
EXPECT_EQ(std::string(chrome::
kProfileDirPrefix
) + kActiveUserHash,
79
std::string(chrome::
kProfileDirPrefix
) + kActiveUserHash);
profile_helper.cc
65
base::FilePath(chrome::
kProfileDirPrefix
+ user_id_hash));
96
std::string prefix(chrome::
kProfileDirPrefix
);
110
return base::FilePath(chrome::
kProfileDirPrefix
+ user_id_hash);
profile_list_chromeos_unittest.cc
92
chrome::
kProfileDirPrefix
+ email_string + kUserIdHashSuffix,
/external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc
125
path = path.AppendASCII(chrome::
kProfileDirPrefix
+ username_hash);
/external/chromium_org/chrome/common/
chrome_constants.h
145
extern const char
kProfileDirPrefix
[];
chrome_constants.cc
258
const char
kProfileDirPrefix
[] = "u-";
logging_chrome.cc
216
std::string profile_dir_str = chrome::
kProfileDirPrefix
;
/external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc
201
std::string(chrome::
kProfileDirPrefix
) + chrome::kTestUserProfileDir));
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc
862
chrome::
kProfileDirPrefix
+ email_string + kUserIdHashSuffix;
[
all
...]
Completed in 1441 milliseconds