RegistryKeyIterator   31 base/test/test_reg_util_win.cc   base::win::RegistryKeyIterator iterator_test_root_key(HKEY_CURRENT_USER,
RegistryKeyIterator  423 base/win/registry.cc RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
RegistryKeyIterator  444 base/win/registry.cc RegistryKeyIterator::~RegistryKeyIterator() {
RegistryKeyIterator  449 base/win/registry.cc DWORD RegistryKeyIterator::SubkeyCount() const {
RegistryKeyIterator  459 base/win/registry.cc bool RegistryKeyIterator::Valid() const {
RegistryKeyIterator  463 base/win/registry.cc void RegistryKeyIterator::operator++() {
RegistryKeyIterator  468 base/win/registry.cc bool RegistryKeyIterator::Read() {
RegistryKeyIterator  183 base/win/registry.h class BASE_EXPORT RegistryKeyIterator {
RegistryKeyIterator  185 base/win/registry.h   RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
RegistryKeyIterator  187 base/win/registry.h   ~RegistryKeyIterator();
RegistryKeyIterator  213 base/win/registry.h   DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
RegistryKeyIterator   64 chrome/browser/extensions/external_registry_loader_win.cc   base::win::RegistryKeyIterator iterator_machine_key(
RegistryKeyIterator   68 chrome/browser/extensions/external_registry_loader_win.cc   base::win::RegistryKeyIterator iterator_user_key(
RegistryKeyIterator  795 chrome/installer/setup/uninstall.cc   for (base::win::RegistryKeyIterator it(HKEY_LOCAL_MACHINE, kProfileList);
RegistryKeyIterator  911 chrome/installer/setup/uninstall.cc     using base::win::RegistryKeyIterator;
RegistryKeyIterator  916 chrome/installer/setup/uninstall.cc     for (RegistryKeyIterator iter(root, ShellUtil::kRegStartMenuInternet);
RegistryKeyIterator   28 chrome/installer/util/app_commands.cc   using base::win::RegistryKeyIterator;
RegistryKeyIterator   36 chrome/installer/util/app_commands.cc   for (RegistryKeyIterator key_iterator(key.Handle(), kEmptyString);
RegistryKeyIterator 1636 chrome/installer/util/shell_util.cc     for (base::win::RegistryKeyIterator iter(root, base_key.c_str());
RegistryKeyIterator  228 chrome/utility/importer/ie_importer_win.cc   for (base::win::RegistryKeyIterator child(key.Handle(), L"");
RegistryKeyIterator  680 chrome/utility/importer/ie_importer_win.cc   for (base::win::RegistryKeyIterator key_iter(HKEY_CURRENT_USER,
RegistryKeyIterator  259 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc   base::win::RegistryKeyIterator iterator_profiles(HKEY_CURRENT_USER,
RegistryKeyIterator  283 components/autofill/core/browser/autofill_ie_toolbar_import_win.cc     base::win::RegistryKeyIterator iterator_cc(HKEY_CURRENT_USER,
RegistryKeyIterator   17 components/policy/core/common/registry_dict_win.cc using base::win::RegistryKeyIterator;
RegistryKeyIterator  285 components/policy/core/common/registry_dict_win.cc   for (RegistryKeyIterator it(hive, root.c_str()); it.Valid(); ++it) {
RegistryKeyIterator  100 content/common/plugin_list_win.cc   for (base::win::RegistryKeyIterator iter(root_key, registry_folder.c_str());
RegistryKeyIterator  117 content/common/plugin_list_win.cc   base::win::RegistryKeyIterator it(HKEY_LOCAL_MACHINE,
RegistryKeyIterator  213 net/dns/dns_config_service_win.cc   base::win::RegistryKeyIterator nrpt_rules(HKEY_LOCAL_MACHINE, kNRPTPath);
RegistryKeyIterator   63 rlz/test/rlz_test_helpers.cc   for (base::win::RegistryKeyIterator i(src.Handle(), L"");
RegistryKeyIterator  145 rlz/win/lib/rlz_value_store_registry.cc     base::win::RegistryKeyIterator key_iter(root_key, key_name);