list_entry 134 components/policy/core/common/policy_loader_win.cc for (base::ListValue::const_iterator list_entry(policy_list_value->begin()); list_entry 135 components/policy/core/common/policy_loader_win.cc list_entry != policy_list_value->end(); ++list_entry) { list_entry 137 components/policy/core/common/policy_loader_win.cc if (!(*list_entry)->GetAsString(&entry)) list_entry 130 sandbox/win/src/handle_closer.cc HandleListEntry* list_entry = reinterpret_cast<HandleListEntry*>(output); list_entry 131 sandbox/win/src/handle_closer.cc output = &list_entry->handle_type[0]; list_entry 137 sandbox/win/src/handle_closer.cc list_entry->offset_to_names = reinterpret_cast<char*>(output) - list_entry 138 sandbox/win/src/handle_closer.cc reinterpret_cast<char*>(list_entry); list_entry 139 sandbox/win/src/handle_closer.cc list_entry->name_count = i->second.size(); list_entry 149 sandbox/win/src/handle_closer.cc list_entry->record_bytes = reinterpret_cast<char*>(output) - list_entry 150 sandbox/win/src/handle_closer.cc reinterpret_cast<char*>(list_entry); list_entry 92 third_party/libusb/src/libusb/libusbi.h for (pos = list_entry((head)->next, type, member); \ list_entry 94 third_party/libusb/src/libusb/libusbi.h pos = list_entry(pos->member.next, type, member)) list_entry 97 third_party/libusb/src/libusb/libusbi.h for (pos = list_entry((head)->next, type, member), \ list_entry 98 third_party/libusb/src/libusb/libusbi.h n = list_entry(pos->member.next, type, member); \ list_entry 100 third_party/libusb/src/libusb/libusbi.h pos = n, n = list_entry(n->member.next, type, member)) list_entry 127 third_party/libusb/src/libusb/os/threads_windows.c pos = list_entry(&cond->waiters.next, struct usbi_cond_perthread, list);