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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.h 31 // 3. Get mapping from user_id_hash to Profile instance/profile path etc.
39 // Returns Profile instance that corresponds to |user_id_hash|.
40 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
42 // Returns profile path that corresponds to a given |user_id_hash|.
44 const std::string& user_id_hash);
profile_helper.cc 49 const std::string& user_id_hash) {
51 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash));
56 const std::string& user_id_hash) {
63 DCHECK(!user_id_hash.empty());
67 base::FilePath(chrome::kProfileDirPrefix + user_id_hash));
  /external/chromium_org/chromeos/dbus/
fake_session_manager_client.cc 52 std::string user_id_hash = local
54 user_sessions_[user_email] = user_id_hash;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 111 std::string user_id_hash; local
113 user_id_hash = g_browser_process->platform_part()->
116 user_id_hash = g_browser_process->platform_part()->
122 user_id_hash,
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 330 std::string user_id_hash = g_browser_process->platform_part()-> local
333 !user_id_hash.empty()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_manager_impl.cc 1784 std::string user_id_hash = it->second; local
    [all...]

Completed in 271 milliseconds