Searched refs:type_idx (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.cc405 size_t type_idx = 0; local
406 for (; type_idx < ARRAYSIZE_UNSAFE(kDeviceTypeMap); ++type_idx) {
407 if ((*device)->type() == kDeviceTypeMap[type_idx].type_string)
413 if (type_idx >= ARRAYSIZE_UNSAFE(kDeviceTypeMap))
417 interface->set_type(kDeviceTypeMap[type_idx].type_constant);
/external/chromium_org/net/quic/crypto/
H A Dstrike_register_test.cc123 for (size_t type_idx = 0; type_idx < arraysize(startup_types); ++type_idx) {
126 startup_types[type_idx]);
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc425 for (int type_idx = 0; type_idx < arraysize(archive_types); ++type_idx) {
426 const installer::ArchiveType archive_type = archive_types[type_idx];

Completed in 148 milliseconds