Searched refs:RegistryKeyIterator (Results 1 - 6 of 6) sorted by relevance

/external/chromium/base/win/
H A Dregistry.h142 class BASE_API RegistryKeyIterator { class in namespace:base::win
144 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
146 ~RegistryKeyIterator();
172 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
H A Dregistry.cc345 // RegistryKeyIterator --------------------------------------------------------
347 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, function in class:base::win::RegistryKeyIterator
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/
H A Dexternal_registry_extension_loader_win.cc45 base::win::RegistryKeyIterator iterator(
/external/chromium/chrome/browser/autofill/
H A Dautofill_ie_toolbar_import_win.cc208 base::win::RegistryKeyIterator iterator_profiles(HKEY_CURRENT_USER,
240 base::win::RegistryKeyIterator iterator_cc(HKEY_CURRENT_USER,
/external/chromium/chrome/browser/history/
H A Dhistory_publisher_win.cc45 base::win::RegistryKeyIterator r_iter(root, path);
/external/chromium/chrome/browser/importer/
H A Die_importer.cc371 base::win::RegistryKeyIterator key_iterator(HKEY_CURRENT_USER,

Completed in 1201 milliseconds