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

  /external/chromium/base/win/
registry.h 142 class BASE_API RegistryKeyIterator {
144 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
146 ~RegistryKeyIterator();
172 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
registry.cc 345 // RegistryKeyIterator --------------------------------------------------------
347 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
369 RegistryKeyIterator::~RegistryKeyIterator() {
375 DWORD RegistryKeyIterator::SubkeyCount() const {
386 bool RegistryKeyIterator::Valid() const {
390 void RegistryKeyIterator::operator++() {
395 bool RegistryKeyIterator::Read() {
  /external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.cc 45 base::win::RegistryKeyIterator iterator(
  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 208 base::win::RegistryKeyIterator iterator_profiles(HKEY_CURRENT_USER,
240 base::win::RegistryKeyIterator iterator_cc(HKEY_CURRENT_USER,
  /external/chromium/chrome/browser/history/
history_publisher_win.cc 45 base::win::RegistryKeyIterator r_iter(root, path);
  /external/chromium/chrome/browser/importer/
ie_importer.cc 371 base::win::RegistryKeyIterator key_iterator(HKEY_CURRENT_USER,

Completed in 52 milliseconds