Home
last modified time | relevance | path

Searched refs:info_index (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/signin/
Dlocal_auth.cc108 void SetLocalAuthCredentials(size_t info_index, in SetLocalAuthCredentials() argument
132 info.SetLocalAuthCredentialsOfProfileAtIndex(info_index, encoded); in SetLocalAuthCredentials()
141 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath()); in SetLocalAuthCredentials() local
142 if (info_index == std::string::npos) { in SetLocalAuthCredentials()
146 SetLocalAuthCredentials(info_index, password); in SetLocalAuthCredentials()
149 bool ValidateLocalAuthCredentials(size_t info_index, in ValidateLocalAuthCredentials() argument
158 info.GetLocalAuthCredentialsOfProfileAtIndex(info_index); in ValidateLocalAuthCredentials()
193 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath()); in ValidateLocalAuthCredentials() local
194 if (info_index == std::string::npos) { in ValidateLocalAuthCredentials()
198 return ValidateLocalAuthCredentials(info_index, password); in ValidateLocalAuthCredentials()
/external/chromium_org/v8/src/
Dscopeinfo.cc214 int info_index = ParameterEntriesIndex() + var; in ParameterName() local
215 return String::cast(get(info_index)); in ParameterName()
223 int info_index = StackLocalEntriesIndex() + var; in LocalName() local
224 return String::cast(get(info_index)); in LocalName()
230 int info_index = StackLocalEntriesIndex() + var; in StackLocalName() local
231 return String::cast(get(info_index)); in StackLocalName()
237 int info_index = ContextLocalNameEntriesIndex() + var; in ContextLocalName() local
238 return String::cast(get(info_index)); in ContextLocalName()
244 int info_index = ContextLocalInfoEntriesIndex() + var; in ContextLocalMode() local
245 int value = Smi::cast(get(info_index))->value(); in ContextLocalMode()
[all …]
Dglobal-handles.cc918 int info_index = 0; // For iterating retainer_infos_. in ComputeObjectGroupsAndImplicitReferences() local
971 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()