Home
last modified time | relevance | path

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

/external/chromium_org/net/proxy/
Dproxy_config_service_win.cc57 bool CreateRegKey(HKEY rootkey, const wchar_t* subkey) { in CreateRegKey()
125 bool ProxyConfigServiceWin::AddKeyToWatchList(HKEY rootkey, in AddKeyToWatchList()
/external/chromium_org/base/win/
Dregistry.cc51 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()