Home | History | Annotate | Download | only in supervised

Lines Matching refs:password_data

100     const base::DictionaryValue* password_data) {
104 if (!auth->NeedPasswordChange(user_id(), password_data)) {
118 bool success = password_data->GetStringWithoutPathExpansion(
120 success &= password_data->GetIntegerWithoutPathExpansion(kPasswordRevision,
123 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema);
124 success &= password_data->GetStringWithoutPathExpansion(kEncryptedPassword,
137 scoped_ptr<base::DictionaryValue> data_copy(password_data->DeepCopy());
184 scoped_ptr<base::DictionaryValue> password_data) {
188 auth->StorePasswordData(user_id(), *password_data.get());
228 scoped_ptr<base::DictionaryValue> password_data) {
234 // Incomplete state is not there in password_data, carry it from old state.
236 auth->StorePasswordData(user_id(), *password_data.get());