HomeSort by relevance Sort by last modified time
    Searched refs:user_id_hash (Results 1 - 19 of 19) 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.cc 25 bool ShouldAddProfileDirPrefix(const std::string& user_id_hash) {
32 return user_id_hash != chrome::kLegacyProfileDir &&
33 user_id_hash != chrome::kTestUserProfileDir;
54 const std::string& user_id_hash) {
56 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash));
61 const std::string& user_id_hash) {
66 DCHECK(!user_id_hash.empty());
70 return profile_path.Append(GetUserProfileDir(user_id_hash));
119 const std::string& user_id_hash) {
120 DCHECK(!user_id_hash.empty())
    [all...]
profile_helper.h 36 // 3. Get mapping from user_id_hash to Profile instance/profile path etc.
44 // Returns Profile instance that corresponds to |user_id_hash|.
45 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
50 // Returns profile path that corresponds to a given |user_id_hash|.
52 const std::string& user_id_hash);
64 // Returns user profile dir in a format [u-user_id_hash].
65 static base::FilePath GetUserProfileDir(const std::string& user_id_hash);
  /external/chromium_org/chrome/browser/chromeos/login/auth/
user_context.h 51 void SetUserIDHash(const std::string& user_id_hash);
user_context.cc 92 void UserContext::SetUserIDHash(const std::string& user_id_hash) {
93 user_id_hash_ = user_id_hash;
  /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/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.cc 115 const std::string& user_id_hash) {
117 base::FilePath to_path = base_path.Append(user_id_hash);
175 // Creates all new custom wallpaper directories for |user_id_hash| if not exist.
177 void EnsureCustomWallpaperDirectories(const std::string& user_id_hash) {
180 dir = dir.Append(user_id_hash);
184 dir = dir.Append(user_id_hash);
188 dir = dir.Append(user_id_hash);
192 dir = dir.Append(user_id_hash);
827 const std::string& user_id_hash,
830 return custom_wallpaper_path.Append(user_id_hash).Append(file)
    [all...]
wallpaper_manager.h 226 // Returns custom wallpaper path. Append |sub_dir|, |user_id_hash| and |file|
229 const std::string& user_id_hash,
265 const std::string& user_id_hash,
359 static void SaveCustomWallpaper(const std::string& user_id_hash,
364 // Moves custom wallpapers from |user_id| directory to |user_id_hash|
368 const std::string& user_id_hash,
449 const std::string& user_id_hash);
453 // user_id_hash instead of user_id. This must be called after user_id_hash is
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 103 static void MinimizeInactiveWindows(const std::string& user_id_hash);
107 static void RestoreWindows(const std::string& user_id_hash);
115 // All the windows are saved in a map and the key value is |user_id_hash|.
117 const std::string& user_id_hash, aura::Window* active_window);
119 // Unminimize all the stored windows for |user_id_hash|.
120 void RestoreMinimizedWindows(const std::string& user_id_hash);
140 const std::string& user_id_hash) {
144 user_id_hash, ash::wm::GetActiveWindow());
148 void WindowStateManager::RestoreWindows(const std::string& user_id_hash) {
155 g_window_state_manager->RestoreMinimizedWindows(user_id_hash);
    [all...]
  /external/chromium_org/chromeos/dbus/
fake_session_manager_client.cc 51 std::string user_id_hash = local
53 user_sessions_[user_email] = user_id_hash;
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 150 std::string user_id_hash;
151 if (!GetUserIdHash(browser_context(), &user_id_hash)) {
162 user_id_hash,
270 std::string user_id_hash; local
272 !GetUserIdHash(browser_context(), &user_id_hash)) {
286 user_id_hash,
  /external/chromium_org/chrome/browser/chromeos/drive/
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.cc 107 const std::string user_id_hash) {
113 (user_id_hash.empty() ? "" : "-" + user_id_hash)));
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 547 // In case of multi-profiles --login-profile will contain user_id_hash.
548 std::string user_id_hash = local
550 user_manager->UserLoggedIn(user_id, user_id_hash, true);
552 << " with hash: " << user_id_hash; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/users/
user_manager_impl.h 71 const std::string& user_id_hash,
466 // [user_id] > [user_id_hash]
user_manager_impl.cc 2013 std::string user_id_hash = it->second; local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 471 std::string user_id_hash = g_browser_process->platform_part()-> local
473 if (!user_id_hash.empty()) {
    [all...]
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_list_factory.cc 533 parameters->user_id_hash = user->username_hash();

Completed in 462 milliseconds