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

  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler_parameters.h 17 std::string user_id_hash; member in struct:policy::PolicyHandlerParameters
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.h 41 // 3. Get mapping from user_id_hash to Profile instance/profile path etc.
55 // Returns Profile instance that corresponds to |user_id_hash|.
56 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
58 // Returns profile path that corresponds to a given |user_id_hash|.
60 const std::string& user_id_hash);
72 // Returns user profile dir in a format [u-user_id_hash].
73 static base::FilePath GetUserProfileDir(const std::string& user_id_hash);
profile_helper.cc 29 bool ShouldAddProfileDirPrefix(const std::string& user_id_hash) {
36 return user_id_hash != chrome::kLegacyProfileDir &&
37 user_id_hash != chrome::kTestUserProfileDir;
78 const std::string& user_id_hash) {
80 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash));
85 const std::string& user_id_hash) {
90 DCHECK(!user_id_hash.empty());
94 return profile_path.Append(GetUserProfileDir(user_id_hash));
135 const std::string& user_id_hash) {
136 CHECK(!user_id_hash.empty())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util_unittest.cc 75 const std::string user_id_hash = local
77 ASSERT_EQ(base::FilePath::FromUTF8Unsafe("/special/drive-" + user_id_hash),
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 102 static void MinimizeInactiveWindows(const std::string& user_id_hash);
106 static void RestoreWindows(const std::string& user_id_hash);
114 // All the windows are saved in a map and the key value is |user_id_hash|.
116 const std::string& user_id_hash, aura::Window* active_window);
118 // Unminimize all the stored windows for |user_id_hash|.
119 void RestoreMinimizedWindows(const std::string& user_id_hash);
139 const std::string& user_id_hash) {
143 user_id_hash, ash::wm::GetActiveWindow());
147 void WindowStateManager::RestoreWindows(const std::string& user_id_hash) {
154 g_window_state_manager->RestoreMinimizedWindows(user_id_hash);
    [all...]
wallpaper_api.h 15 // /home/chronos/custom_wallpaper/{resolution}/{user_id_hash}/file_name. The
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_chromeos.cc 160 std::string user_id_hash; local
161 if (!GetUserIdHash(browser_context_, &user_id_hash, &error)) {
167 user_id_hash,
220 std::string user_id_hash, error; local
222 if (!shared && !GetUserIdHash(browser_context_, &user_id_hash, &error)) {
228 user_id_hash,
  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 119 const std::string& user_id_hash) {
121 base::FilePath to_path = base_path.Append(user_id_hash);
166 // Creates all new custom wallpaper directories for |user_id_hash| if not exist.
168 void EnsureCustomWallpaperDirectories(const std::string& user_id_hash) {
171 dir = dir.Append(user_id_hash);
175 dir = dir.Append(user_id_hash);
179 dir = dir.Append(user_id_hash);
183 dir = dir.Append(user_id_hash);
822 const std::string& user_id_hash,
825 return custom_wallpaper_path.Append(user_id_hash).Append(file)
    [all...]
wallpaper_manager.h 231 // Returns custom wallpaper path. Append |sub_dir|, |user_id_hash| and |file|
234 const std::string& user_id_hash,
266 // Calls SetCustomWallpaper() with |user_id_hash| received from cryptohome.
271 const std::string& user_id_hash);
277 const std::string& user_id_hash,
368 static void SaveCustomWallpaper(const std::string& user_id_hash,
373 // Moves custom wallpapers from |user_id| directory to |user_id_hash|
377 const std::string& user_id_hash,
458 const std::string& user_id_hash);
462 // user_id_hash instead of user_id. This must be called after user_id_hash i
    [all...]
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 78 if (!parameters.user_id_hash.empty()) {
80 parameters.user_id_hash)
download_dir_policy_handler_unittest.cc 60 parameters->user_id_hash = kUserIDHash;
  /external/chromium_org/chromeos/login/auth/
user_context.cc 122 void UserContext::SetUserIDHash(const std::string& user_id_hash) {
123 user_id_hash_ = user_id_hash;
user_context.h 59 void SetUserIDHash(const std::string& 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;
session_manager_client.h 93 // is user_id and |value| is user_id_hash.
106 // user_id_hash for one user. This method is used to retrieve list of all
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util.cc 107 const std::string user_id_hash) {
114 (user_id_hash.empty() ? "" : "-" + user_id_hash), false));
file_system_util.h 63 // "/special/drive-<username_hash>", when provided with the |user_id_hash|.
64 base::FilePath GetDriveMountPointPathForUserIdHash(std::string user_id_hash);
file_system_util_unittest.cc 59 const std::string user_id_hash = local
61 EXPECT_EQ(base::FilePath::FromUTF8Unsafe("/special/drive-" + user_id_hash),
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 439 // In case of multi-profiles --login-profile will contain user_id_hash.
440 std::string user_id_hash = local
442 user_manager->UserLoggedIn(user_id, user_id_hash, true);
444 << " with hash: " << user_id_hash; local
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc 982 std::string user_id_hash = it->second; local
    [all...]
user_session_manager.h 282 // [user_id] > [user_id_hash]
  /external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc 158 const std::string user_id_hash = local
161 user_id, user_id_hash, false);
163 profile_helper->GetProfilePathByUserIdHash(user_id_hash));
    [all...]
  /external/chromium_org/components/user_manager/
user_manager_base.h 52 const std::string& user_id_hash,
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_list_factory.cc 543 parameters->user_id_hash = user->username_hash();

Completed in 471 milliseconds