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

  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authentication.cc 137 password_data->SetIntegerWithoutPathExpansion(kSchemaVersion, schema);
177 if (password_data.GetWithoutPathExpansion(kSchemaVersion, &value))
178 holder.SetWithoutPathExpansion(kSchemaVersion, value->DeepCopy());
195 if (holder.GetIntegerWithoutPathExpansion(kSchemaVersion,
211 local.GetIntegerWithoutPathExpansion(kSchemaVersion, &local_schema);
213 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion,
supervised_user_password_browsertest.cc 89 kSchemaVersion, SupervisedUserAuthentication::SCHEMA_SALT_HASHED);
153 kSchemaVersion, SupervisedUserAuthentication::SCHEMA_SALT_HASHED);
202 kSchemaVersion, SupervisedUserAuthentication::SCHEMA_SALT_HASHED);
243 kSchemaVersion, SupervisedUserAuthentication::SCHEMA_SALT_HASHED);
supervised_user_login_flow.cc 123 password_data->GetIntegerWithoutPathExpansion(kSchemaVersion, &schema);
  /external/chromium_org/chrome/browser/chromeos/login/users/
supervised_user_manager.h 27 extern const char kSchemaVersion[];
supervised_user_manager_impl.cc 98 const char kSchemaVersion[] = "SchemaVersion";
268 result->SetIntegerWithoutPathExpansion(kSchemaVersion, value);
287 if (password_info->GetIntegerWithoutPathExpansion(kSchemaVersion, &value))

Completed in 739 milliseconds