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

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.cc 77 creation_context_.reset(
79 creation_context_->manager_id = manager_id;
90 DCHECK(creation_context_);
91 creation_context_->display_name = display_name;
92 creation_context_->password = password;
93 creation_context_->avatar_index = avatar_index;
102 DCHECK(creation_context_);
103 creation_context_->creation_type = USER_IMPORT;
104 creation_context_->display_name = display_name;
105 creation_context_->password = password
    [all...]
locally_managed_user_creation_controller.h 147 scoped_ptr<UserCreationContext> creation_context_; member in class:chromeos::LocallyManagedUserCreationController

Completed in 55 milliseconds