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

  /external/chromium_org/base/win/
registry.h 199 class BASE_EXPORT RegistryKeyIterator {
201 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
203 ~RegistryKeyIterator();
229 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
registry.cc 576 // RegistryKeyIterator --------------------------------------------------------
578 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
599 RegistryKeyIterator::~RegistryKeyIterator() {
604 DWORD RegistryKeyIterator::SubkeyCount() const {
614 bool RegistryKeyIterator::Valid() const {
618 void RegistryKeyIterator::operator++() {
623 bool RegistryKeyIterator::Read() {

Completed in 79 milliseconds