Searched refs:info_index (Results 1 – 3 of 3) sorted by relevance
108 void SetLocalAuthCredentials(size_t info_index, in SetLocalAuthCredentials() argument132 info.SetLocalAuthCredentialsOfProfileAtIndex(info_index, encoded); in SetLocalAuthCredentials()141 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath()); in SetLocalAuthCredentials() local142 if (info_index == std::string::npos) { in SetLocalAuthCredentials()146 SetLocalAuthCredentials(info_index, password); in SetLocalAuthCredentials()149 bool ValidateLocalAuthCredentials(size_t info_index, in ValidateLocalAuthCredentials() argument158 info.GetLocalAuthCredentialsOfProfileAtIndex(info_index); in ValidateLocalAuthCredentials()193 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath()); in ValidateLocalAuthCredentials() local194 if (info_index == std::string::npos) { in ValidateLocalAuthCredentials()198 return ValidateLocalAuthCredentials(info_index, password); in ValidateLocalAuthCredentials()
214 int info_index = ParameterEntriesIndex() + var; in ParameterName() local215 return String::cast(get(info_index)); in ParameterName()223 int info_index = StackLocalEntriesIndex() + var; in LocalName() local224 return String::cast(get(info_index)); in LocalName()230 int info_index = StackLocalEntriesIndex() + var; in StackLocalName() local231 return String::cast(get(info_index)); in StackLocalName()237 int info_index = ContextLocalNameEntriesIndex() + var; in ContextLocalName() local238 return String::cast(get(info_index)); in ContextLocalName()244 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode() local245 int value = Smi::cast(get(info_index))->value(); in ContextLocalMode()[all …]
918 int info_index = 0; // For iterating retainer_infos_. in ComputeObjectGroupsAndImplicitReferences() local971 while (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()972 retainer_infos_[info_index].id < current_group_id) { in ComputeObjectGroupsAndImplicitReferences()973 retainer_infos_[info_index].info->Dispose(); in ComputeObjectGroupsAndImplicitReferences()974 ++info_index; in ComputeObjectGroupsAndImplicitReferences()976 if (info_index < retainer_infos_.length() && in ComputeObjectGroupsAndImplicitReferences()977 retainer_infos_[info_index].id == current_group_id) { in ComputeObjectGroupsAndImplicitReferences()979 info = retainer_infos_[info_index].info; in ComputeObjectGroupsAndImplicitReferences()980 ++info_index; in ComputeObjectGroupsAndImplicitReferences()