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

  /external/chromium_org/chrome/browser/signin/
local_auth.cc 108 void SetLocalAuthCredentials(size_t info_index,
132 info.SetLocalAuthCredentialsOfProfileAtIndex(info_index, encoded);
141 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath()); local
142 if (info_index == std::string::npos) {
146 SetLocalAuthCredentials(info_index, password);
149 bool ValidateLocalAuthCredentials(size_t info_index,
158 info.GetLocalAuthCredentialsOfProfileAtIndex(info_index);
193 size_t info_index = info.GetIndexOfProfileWithPath(profile->GetPath()); local
194 if (info_index == std::string::npos) {
198 return ValidateLocalAuthCredentials(info_index, password)
    [all...]
  /external/chromium_org/v8/src/
scopeinfo.cc 214 int info_index = ParameterEntriesIndex() + var; local
215 return String::cast(get(info_index));
223 int info_index = StackLocalEntriesIndex() + var; local
224 return String::cast(get(info_index));
230 int info_index = StackLocalEntriesIndex() + var; local
231 return String::cast(get(info_index));
237 int info_index = ContextLocalNameEntriesIndex() + var; local
238 return String::cast(get(info_index));
244 int info_index = ContextLocalInfoEntriesIndex() + var; local
245 int value = Smi::cast(get(info_index))->value()
252 int info_index = ContextLocalInfoEntriesIndex() + var; local
    [all...]
global-handles.cc 918 int info_index = 0; // For iterating retainer_infos_.
971 while (info_index < retainer_infos_.length() &&
972 retainer_infos_[info_index].id < current_group_id) {
973 retainer_infos_[info_index].info->Dispose();
974 ++info_index;
976 if (info_index < retainer_infos_.length() &&
977 retainer_infos_[info_index].id == current_group_id) {
979 info = retainer_infos_[info_index].info;
980 ++info_index;
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 780 int cam_type = 0, mount_angle = 0, info_index = 0; local
783 if(info_index == 0) {
786 } else if(info_index == 1) {
788 } else if(info_index == 2) {
792 info_index++;
795 if(info_index == 0) {
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.c 645 int cam_type = 0, mount_angle = 0, info_index = 0; local
648 if(info_index == 0) {
651 } else if(info_index == 1) {
653 } else if(info_index == 2) {
657 info_index++;
660 if(info_index == 0) {
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 1133 int cam_type = 0, mount_angle = 0, info_index = 0; local
    [all...]

Completed in 245 milliseconds