OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegistryKeyIterator
(Results
1 - 2
of
2
) 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() {
Completed in 34 milliseconds