OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hive
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/policy/core/common/
policy_loader_win.cc
389
// Policy scope and corresponding
hive
.
392
HKEY
hive
;
member in struct:policy::__anon7497
427
gpo_dict.ReadRegistry(kScopes[i].
hive
, chrome_policy_key_);
/external/chromium_org/chrome_frame/
chrome_tab.cc
179
// Add the registry
hive
to use.
186
hr = registrar->AddReplacement(L"
HIVE
", L"HKLM");
188
hr = registrar->AddReplacement(L"
HIVE
", L"HKCU");
323
HKEY
hive
= HKEY_CURRENT_USER;
local
327
hive
= HKEY_LOCAL_MACHINE;
331
LONG ret = run_once.Create(
hive
, kRunOnce, KEY_READ | KEY_WRITE);
[
all
...]
Completed in 129 milliseconds