Searched defs:RegistryKeyIterator (Results 1 - 4 of 4) 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_org/base/win/
H A Dregistry.h183 class BASE_EXPORT RegistryKeyIterator { class in namespace:base::win
185 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
187 ~RegistryKeyIterator();
213 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
H A Dregistry.cc421 // RegistryKeyIterator --------------------------------------------------------
423 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key, function in class:base::win::RegistryKeyIterator
444 RegistryKeyIterator::~RegistryKeyIterator() {
449 DWORD RegistryKeyIterator::SubkeyCount() const {
459 bool RegistryKeyIterator::Valid() const {
463 void RegistryKeyIterator::operator++() {
468 bool RegistryKeyIterator::Read() {

Completed in 207 milliseconds