Home | History | Annotate | Download | only in internal_api

Lines Matching refs:id_list

1089   const base::ListValue* id_list = NULL;
1091 if (args.Get().GetList(0, &id_list)) {
1092 CHECK(id_list);
1093 for (size_t i = 0; i < id_list->GetSize(); ++i) {
1094 int64 id = GetId(*id_list, i);