HomeSort by relevance Sort by last modified time
    Searched refs:mount_hash (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.h 85 std::string mount_hash; member in struct:chromeos::LocallyManagedUserCreationController::UserCreationContext
97 virtual void OnMountSuccess(const std::string& mount_hash) OVERRIDE;
managed_user_authenticator.h 80 virtual void OnMountSuccess(const std::string& mount_hash) = 0;
106 void OnAuthenticationSuccess(const std::string& mount_hash, bool add_key);
locally_managed_user_creation_controller.cc 141 const std::string& mount_hash) {
142 creation_context_->mount_hash = mount_hash;
214 MountManager::GetHomeDir(creation_context_->mount_hash)),
managed_user_authenticator.cc 175 const std::string& mount_hash,
183 consumer_->OnMountSuccess(mount_hash);

Completed in 53 milliseconds