REG_DWORD         170 base/win/registry.cc   DWORD type = REG_DWORD;
REG_DWORD         175 base/win/registry.cc     if ((type == REG_DWORD || type == REG_BINARY) && size == sizeof(DWORD))
REG_DWORD         273 base/win/registry.cc       name, &in_value, static_cast<DWORD>(sizeof(in_value)), REG_DWORD);
REG_DWORD         252 chrome/app/chrome_breakpad_client.cc     ::RegSetValueExA(g_browser_crash_dump_regkey, value_name, 0, REG_DWORD,
REG_DWORD         176 chrome/installer/gcapi/gcapi.cc     DWORD value_type = REG_DWORD;
REG_DWORD         182 chrome/installer/gcapi/gcapi.cc         REG_DWORD == value_type &&
REG_DWORD         193 chrome/installer/gcapi/gcapi.cc         ::RegSetValueEx(key, company, 0, REG_DWORD, (LPBYTE)&value,
REG_DWORD          41 chrome/installer/util/set_reg_value_work_item.cc       type_(REG_DWORD),
REG_DWORD          57 chrome_elf/blacklist/blacklist.cc                     REG_DWORD,
REG_DWORD         103 chrome_elf/blacklist/blacklist.cc       result != ERROR_SUCCESS || type != REG_DWORD) {
REG_DWORD         114 chrome_elf/blacklist/blacklist.cc                            REG_DWORD,
REG_DWORD         141 chrome_elf/blacklist/blacklist.cc                            REG_DWORD,
REG_DWORD         275 chrome_elf/blacklist/blacklist.cc                     REG_DWORD,
REG_DWORD          97 chrome_elf/chrome_elf_util.cc   DWORD type = REG_DWORD;
REG_DWORD         170 chrome_elf/chrome_elf_util.cc   DWORD type = REG_DWORD;
REG_DWORD         602 components/policy/core/common/policy_loader_win_unittest.cc   AppendRecordToPRegFile(path, key, REG_DWORD, sizeof(DWORD),
REG_DWORD          89 third_party/npapi/npspy/windows/profilew.cpp   LONG res = RegSetValueEx(hKey, key, 0L, REG_DWORD, (const BYTE *)&val, size);
REG_DWORD         135 third_party/npapi/npspy/windows/profilew.cpp   res = RegSetValueEx(hKey, NPSPY_REG_KEY_WIDTH, 0L, REG_DWORD, (const BYTE *)&width, size);
REG_DWORD         139 third_party/npapi/npspy/windows/profilew.cpp   res = RegSetValueEx(hKey, NPSPY_REG_KEY_HEIGHT, 0L, REG_DWORD, (const BYTE *)&height, size);
REG_DWORD         143 third_party/npapi/npspy/windows/profilew.cpp   res = RegSetValueEx(hKey, NPSPY_REG_KEY_X, 0L, REG_DWORD, (const BYTE *)&x, size);
REG_DWORD         147 third_party/npapi/npspy/windows/profilew.cpp   res = RegSetValueEx(hKey, NPSPY_REG_KEY_Y, 0L, REG_DWORD, (const BYTE *)&y, size);