Home | History | Annotate | Download | only in signin

Lines Matching refs:profile_index

138   const size_t profile_index = GetIndexOfProfileWithEmailAndName(
141 ->GetProfileByPath(info_cache.GetPathOfProfileAtIndex(profile_index));
276 const size_t profile_index = GetIndexOfProfileWithEmailAndName(
278 DCHECK_LT(profile_index, info_cache.GetNumberOfProfiles());
280 authenticating_profile_index_ = profile_index;
315 size_t profile_index = GetIndexOfProfileWithEmailAndName(
317 if (profile_index >= info_cache.GetNumberOfProfiles()) {
322 authenticating_profile_index_ = profile_index;
323 if (!chrome::ValidateLocalAuthCredentials(profile_index, password)) {
390 size_t profile_index = GetIndexOfProfileWithEmailAndName(
393 if (profile_index >= info_cache.GetNumberOfProfiles()) {
403 if (info_cache.ProfileIsSigninRequiredAtIndex(profile_index))
407 base::FilePath path = info_cache.GetPathOfProfileAtIndex(profile_index);