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

  /external/chromium/base/win/
registry.h 25 class BASE_API RegKey {
27 RegKey();
28 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
29 ~RegKey();
95 DISALLOW_COPY_AND_ASSIGN(RegKey);
registry.cc 17 // RegKey ----------------------------------------------------------------------
19 RegKey::RegKey()
24 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
38 RegKey::~RegKey() {
42 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
47 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
59 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access)
    [all...]

Completed in 134 milliseconds