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/login/auth/
user_context.cc 20 user_id_hash_(other.user_id_hash_),
38 context.user_id_hash_ == user_id_hash_ &&
64 return user_id_hash_;
93 user_id_hash_ = user_id_hash;
user_context.h 16 // The |user_id_hash_| is used to locate the user's home directory
61 std::string user_id_hash_; member in class:chromeos::UserContext
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_api.h 57 std::string user_id_hash_; member in class:WallpaperSetWallpaperFunction
wallpaper_api.cc 104 user_id_hash_ =
129 user_id_hash_,
143 user_id_hash_,
wallpaper_private_api.h 149 std::string user_id_hash_; member in class:WallpaperPrivateSetCustomWallpaperFunction
wallpaper_private_api.cc 557 user_id_hash_ =
570 chromeos::kThumbnailWallpaperSubDir, user_id_hash_, params->file_name);
585 user_id_hash_,
    [all...]

Completed in 2872 milliseconds