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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 42 expected_dir.append(chrome::kProfileDirPrefix);
53 std::string(chrome::kProfileDirPrefix) + kActiveUserHash);
profile_helper.cc 123 std::string prefix(chrome::kProfileDirPrefix);
138 ? base::FilePath(chrome::kProfileDirPrefix + user_id_hash)
  /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 159 extern const char kProfileDirPrefix[];
chrome_constants.cc 250 const char kProfileDirPrefix[] = "u-";
logging_chrome.cc 207 std::string profile_dir_str = chrome::kProfileDirPrefix;
  /external/chromium_org/chrome/browser/profiles/
profile_manager_browsertest.cc 236 std::string(chrome::kProfileDirPrefix) + "test-user-hash");

Completed in 86 milliseconds