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

  /external/chromium_org/chrome/browser/policy/
policy_loader_win.cc 258 // Policy scope and corresponding hive.
261 HKEY hive; member in struct:policy::__anon7916
296 gpo_dict.ReadRegistry(kScopes[i].hive, chrome_policy_key_);
  /external/chromium_org/chrome_frame/
chrome_tab.cc 170 // Add the registry hive to use.
177 hr = registrar->AddReplacement(L"HIVE", L"HKLM");
179 hr = registrar->AddReplacement(L"HIVE", L"HKCU");
303 HKEY hive = HKEY_CURRENT_USER; local
307 hive = HKEY_LOCAL_MACHINE;
311 LONG ret = run_once.Create(hive, kRunOnce, KEY_READ | KEY_WRITE);
    [all...]

Completed in 754 milliseconds