Searched defs:RegistryKeyIterator (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/win/
H A Dregistry.h199 class BASE_EXPORT RegistryKeyIterator { class in namespace:base::win
201 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
203 ~RegistryKeyIterator();
229 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
H A Dregistry.cc576 // RegistryKeyIterator --------------------------------------------------------
578 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, function in class:base::win::RegistryKeyIterator
599 RegistryKeyIterator::~RegistryKeyIterator() {
604 DWORD RegistryKeyIterator::SubkeyCount() const {
614 bool RegistryKeyIterator::Valid() const {
618 void RegistryKeyIterator::operator++() {
623 bool RegistryKeyIterator::Read() {

Completed in 5205 milliseconds