Searched defs:rootkey (Results 1 – 2 of 2) sorted by relevance
| /external/chromium_org/net/proxy/ |
| D | proxy_config_service_win.cc | 57 bool CreateRegKey(HKEY rootkey, const wchar_t* subkey) { in CreateRegKey() 125 bool ProxyConfigServiceWin::AddKeyToWatchList(HKEY rootkey, in AddKeyToWatchList()
|
| /external/chromium_org/base/win/ |
| D | registry.cc | 51 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) in RegKey() 70 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Create() 75 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey, in CreateWithDisposition() 114 LONG RegKey::Open(HKEY rootkey, const wchar_t* subkey, REGSAM access) { in Open()
|