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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.h 32 // 3. Get mapping from user_id_hash to Profile instance/profile path etc.
40 // Returns Profile instance that corresponds to |user_id_hash|.
41 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
46 // Returns profile path that corresponds to a given |user_id_hash|.
48 const std::string& user_id_hash);
57 // Returns user profile dir in a format [u-user_id_hash].
58 static base::FilePath GetUserProfileDir(const std::string& user_id_hash);
avatar_menu_chromeos.cc 18 std::string user_id_hash = local
24 if ((*it)->username_hash() == user_id_hash) {
profile_helper.cc 47 const std::string& user_id_hash) {
49 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash));
54 const std::string& user_id_hash) {
61 DCHECK(!user_id_hash.empty());
65 base::FilePath(chrome::kProfileDirPrefix + user_id_hash));
108 const std::string& user_id_hash) {
109 DCHECK(!user_id_hash.empty());
110 return base::FilePath(chrome::kProfileDirPrefix + user_id_hash);
  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager.h 116 // Returns custom wallpaper path. Append |sub_dir|, |user_id_hash| and |file|
119 const std::string& user_id_hash,
165 const std::string& user_id_hash,
240 // Creates all new custom wallpaper directories for |user_id_hash| if not
242 void EnsureCustomWallpaperDirectories(const std::string& user_id_hash);
257 // Moves custom wallpapers from |email| directory to |user_id_hash|
260 const std::string& user_id_hash);
265 const std::string& user_id_hash);
269 // user_id_hash instead of email. This must be called after user_id_hash i
    [all...]
wallpaper_manager.cc 93 const std::string& user_id_hash) {
95 base::FilePath to_path = base_path.Append(user_id_hash);
215 const std::string& user_id_hash,
218 return custom_wallpaper_path.Append(user_id_hash).Append(file);
418 const std::string& user_id_hash,
426 GetCustomWallpaperPath(kOriginalWallpaperSubDir, user_id_hash, file);
458 user_id_hash,
466 std::string relative_path = base::FilePath(user_id_hash).Append(file).value();
739 const std::string& user_id_hash) {
742 dir = dir.Append(user_id_hash);
    [all...]
user_manager_impl.h 66 const std::string& user_id_hash,
431 // [user_id] > [user_id_hash]
user_manager_impl.cc 1756 std::string user_id_hash = it->second; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 101 static void MinimizeInactiveWindows(const std::string& user_id_hash);
105 static void RestoreWindows(const std::string& user_id_hash);
113 // All the windows are saved in a map and the key value is |user_id_hash|.
115 const std::string& user_id_hash, aura::Window* active_window);
117 // Unminimize all the stored windows for |user_id_hash|.
118 void RestoreMinimizedWindows(const std::string& user_id_hash);
138 const std::string& user_id_hash) {
142 user_id_hash, ash::wm::GetActiveWindow());
146 void WindowStateManager::RestoreWindows(const std::string& user_id_hash) {
153 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/chromeos/dbus/
fake_session_manager_client.cc 53 std::string user_id_hash = local
55 user_sessions_[user_email] = user_id_hash;
session_manager_client.h 83 // is user_id and |value| is user_id_hash.
96 // user_id_hash for one user. This method is used to retrieve list of all
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_api_chromeos.cc 122 std::string user_id_hash; local
126 user_id_hash,
232 std::string user_id_hash; local
234 user_id_hash = GetUserIdHash(GetProfile());
241 user_id_hash,
  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 335 std::string user_id_hash = g_browser_process->platform_part()-> local
338 !user_id_hash.empty()) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 535 // In case of multi-profiles --login-profile will contain user_id_hash.

Completed in 1986 milliseconds