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

  /external/chromium/base/win/
registry.h 142 class BASE_API RegistryKeyIterator {
144 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
146 ~RegistryKeyIterator();
172 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
registry.cc 345 // RegistryKeyIterator --------------------------------------------------------
347 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
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/
registry.h 183 class BASE_EXPORT RegistryKeyIterator {
185 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
187 ~RegistryKeyIterator();
213 DISALLOW_COPY_AND_ASSIGN(RegistryKeyIterator);
registry.cc 421 // RegistryKeyIterator --------------------------------------------------------
423 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
444 RegistryKeyIterator::~RegistryKeyIterator() {
449 DWORD RegistryKeyIterator::SubkeyCount() const {
459 bool RegistryKeyIterator::Valid() const {
463 void RegistryKeyIterator::operator++() {
468 bool RegistryKeyIterator::Read() {

Completed in 173 milliseconds