HomeSort by relevance Sort by last modified time
    Searched refs:kProfileDirPrefix (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 42 expected_dir.append(chrome::kProfileDirPrefix);
62 EXPECT_EQ(std::string(chrome::kProfileDirPrefix) + kActiveUserHash,
72 std::string(chrome::kProfileDirPrefix) + kActiveUserHash);
profile_helper.cc 107 std::string prefix(chrome::kProfileDirPrefix);
122 ? base::FilePath(chrome::kProfileDirPrefix + user_id_hash)
profile_list_chromeos_unittest.cc 90 chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix,
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util_unittest.cc 31 chrome::kProfileDirPrefix + name);
  /external/chromium_org/chrome/browser/chromeos/login/
login_browsertest.cc 81 profile_base_path.insert(0, chrome::kProfileDirPrefix);
  /external/chromium_org/chrome/common/
chrome_constants.h 150 extern const char kProfileDirPrefix[];
chrome_constants.cc 262 const char kProfileDirPrefix[] = "u-";
logging_chrome.cc 207 std::string profile_dir_str = chrome::kProfileDirPrefix;
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 46 chrome::kProfileDirPrefix + name);
  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 207 std::string(chrome::kProfileDirPrefix) + "test-user-hash");
profile_manager_unittest.cc 400 std::string(chrome::kProfileDirPrefix) +
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_unittest.cc 836 chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix;
    [all...]

Completed in 1304 milliseconds