Searched refs:RegistryKeyIterator (Results 1 – 6 of 6) sorted by relevance
142 class BASE_API RegistryKeyIterator {144 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);146 ~RegistryKeyIterator();172 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
347 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, in RegistryKeyIterator() function in base::win::RegistryKeyIterator369 RegistryKeyIterator::~RegistryKeyIterator() { in ~RegistryKeyIterator()375 DWORD RegistryKeyIterator::SubkeyCount() const { in SubkeyCount()386 bool RegistryKeyIterator::Valid() const { in Valid()390 void RegistryKeyIterator::operator++() { in operator ++()395 bool RegistryKeyIterator::Read() { in Read()
208 base::win::RegistryKeyIterator iterator_profiles(HKEY_CURRENT_USER, in ImportCurrentUserProfiles()240 base::win::RegistryKeyIterator iterator_cc(HKEY_CURRENT_USER, in ImportCurrentUserProfiles()
45 base::win::RegistryKeyIterator iterator( in LoadOnFileThread()
45 base::win::RegistryKeyIterator r_iter(root, path); in AddRegisteredIndexers()
371 base::win::RegistryKeyIterator key_iterator(HKEY_CURRENT_USER, in ImportSearchEngines()