HomeSort by relevance Sort by last modified time
    Searched refs:RegistryKeyIterator (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/base/win/
registry.h 199 class BASE_EXPORT RegistryKeyIterator {
201 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
203 ~RegistryKeyIterator();
229 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
registry.cc 576 // RegistryKeyIterator --------------------------------------------------------
578 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
599 RegistryKeyIterator::~RegistryKeyIterator() {
604 DWORD RegistryKeyIterator::SubkeyCount() const {
614 bool RegistryKeyIterator::Valid() const {
618 void RegistryKeyIterator::operator++() {
623 bool RegistryKeyIterator::Read() {
  /external/chromium_org/chrome/installer/util/
app_commands.cc 28 using base::win::RegistryKeyIterator;
36 for (RegistryKeyIterator key_iterator(key.Handle(), kEmptyString);
shell_util.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
external_registry_loader_win.cc 64 base::win::RegistryKeyIterator iterator_machine_key(
68 base::win::RegistryKeyIterator iterator_user_key(
  /external/chromium_org/base/test/
test_reg_util_win.cc 31 base::win::RegistryKeyIterator iterator_test_root_key(HKEY_CURRENT_USER,
  /external/chromium_org/rlz/test/
rlz_test_helpers.cc 63 for (base::win::RegistryKeyIterator i(src.Handle(), L"");
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 259 base::win::RegistryKeyIterator iterator_profiles(HKEY_CURRENT_USER,
283 base::win::RegistryKeyIterator iterator_cc(HKEY_CURRENT_USER,
  /external/chromium_org/components/policy/core/common/
registry_dict_win.cc 17 using base::win::RegistryKeyIterator;
285 for (RegistryKeyIterator it(hive, root.c_str()); it.Valid(); ++it) {
  /external/chromium_org/content/common/
plugin_list_win.cc 100 for (base::win::RegistryKeyIterator iter(root_key, registry_folder.c_str());
117 base::win::RegistryKeyIterator it(HKEY_LOCAL_MACHINE,
  /external/chromium_org/rlz/win/lib/
rlz_value_store_registry.cc 145 base::win::RegistryKeyIterator key_iter(root_key, key_name);
  /external/chromium_org/chrome/installer/setup/
uninstall.cc     [all...]
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 228 for (base::win::RegistryKeyIterator child(key.Handle(), L"");
680 for (base::win::RegistryKeyIterator key_iter(HKEY_CURRENT_USER,
  /external/chromium_org/net/dns/
dns_config_service_win.cc 213 base::win::RegistryKeyIterator nrpt_rules(HKEY_LOCAL_MACHINE, kNRPTPath);

Completed in 201 milliseconds