HomeSort by relevance Sort by last modified time
    Searched defs:username_hash (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/crypto/
scoped_test_nss_chromeos_user.h 17 // user with |username_hash|. This database will be used for both the user's
23 explicit ScopedTestNSSChromeOSUser(const std::string& username_hash);
26 std::string username_hash() const { return username_hash_; } function in class:crypto::ScopedTestNSSChromeOSUser
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 271 std::string username_hash = ProfileHelper::GetUserIdHashFromProfile(profile); local
277 ->FindPolicyByGUID(username_hash, network->guid(), &onc_source);
  /external/chromium_org/chrome/browser/chromeos/net/
onc_utils.cc 200 user->username_hash());
271 std::string username_hash = user ? user->username_hash() : std::string(); local
273 FindPolicyByGUID(username_hash, guid, onc_source);
277 std::string username_hash; local
285 username_hash = user->username_hash();
288 GetGlobalConfigFromPolicy(username_hash);
  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper.cc 42 explicit UsernameHashMatcher(const std::string& h) : username_hash(h) {}
44 return user->username_hash() == username_hash;
48 const std::string& username_hash; member in class:chromeos::__anon8079::UsernameHashMatcher
226 ProfileHelper::GetProfileByUserIdHash(user->username_hash());
246 profile = ProfileHelper::GetProfileByUserIdHash(user->username_hash());
303 const std::string username_hash = local
307 users.begin(), users.end(), UsernameHashMatcher(username_hash));
316 active_user->username_hash()) == profile->GetPath()
  /external/chromium_org/components/user_manager/
user.cc 168 std::string User::username_hash() const { function in class:user_manager::User
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc 202 user_manager->GetPrimaryUser()->username_hash());
933 const std::string username_hash = user->username_hash(); local
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.cc 267 void DidGetTPMInfoForUserOnUIThread(const std::string& username_hash,
274 NOTREACHED() << "dbus error getting TPM info for " << username_hash;
277 DVLOG(1) << "Got TPM slot for " << username_hash << ": " << slot_id;
282 &crypto::InitializeTPMForChromeOSUser, username_hash, slot_id));
286 const std::string& username_hash) {
289 << " " << username << " " << username_hash; local
294 base::Bind(&DidGetTPMInfoForUserOnUIThread, username_hash));
298 const std::string& username_hash) {
304 base::Bind(&GetTPMInfoForUserOnUIThread, username, username_hash));
308 const std::string& username_hash,
312 << " hash:" << username_hash; local
    [all...]
profile_io_data.h 219 std::string username_hash() const { function in class:ProfileIOData
341 std::string username_hash; member in struct:ProfileIOData::ProfileParams

Completed in 6144 milliseconds