Home
last modified time | relevance | path

Searched defs:rootkey (Results 1 – 1 of 1) sorted by relevance

/external/chromium/base/
Dregistry.cc159 RegKey::RegKey(HKEY rootkey, const tchar* subkey, REGSAM access) in RegKey()
179 bool RegKey::Create(HKEY rootkey, const tchar* subkey, REGSAM access) { in Create()
184 bool RegKey::CreateWithDisposition(HKEY rootkey, const tchar* subkey, in CreateWithDisposition()
206 bool RegKey::Open(HKEY rootkey, const tchar* subkey, REGSAM access) { in Open()