HomeSort by relevance Sort by last modified time
    Searched refs:root_key (Results 1 - 9 of 9) sorted by null

  /external/chromium/base/win/
win_util.h 69 // |root_key| could be HKCU or HKLM or the root of any user hive.
70 BASE_API bool AddCommandToAutoRun(HKEY root_key, const string16& name,
72 // Removes the command specified by |name| from the AutoRun key. |root_key|
74 BASE_API bool RemoveCommandFromAutoRun(HKEY root_key, const string16& name);
76 // Reads the command specified by |name| from the AutoRun key. |root_key|
78 BASE_API bool ReadCommandFromAutoRun(HKEY root_key,
win_util.cc 128 bool AddCommandToAutoRun(HKEY root_key, const string16& name,
130 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE);
135 bool RemoveCommandFromAutoRun(HKEY root_key, const string16& name) {
136 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_SET_VALUE);
140 bool ReadCommandFromAutoRun(HKEY root_key,
143 base::win::RegKey autorun_key(root_key, kAutoRunKeyPath, KEY_QUERY_VALUE);
registry.h 104 RegistryValueIterator(HKEY root_key, const wchar_t* folder_key);
144 RegistryKeyIterator(HKEY root_key, const wchar_t* folder_key);
registry.cc 279 RegistryValueIterator::RegistryValueIterator(HKEY root_key,
283 LONG result = RegOpenKeyEx(root_key, folder_key, 0, KEY_READ, &key_);
347 RegistryKeyIterator::RegistryKeyIterator(HKEY root_key,
350 LONG result = RegOpenKeyEx(root_key, folder_key, 0, KEY_READ, &key_);
  /external/chromium/net/base/
dnssec_chain_verifier.cc 561 base::StringPiece root_key;
562 if (!ReadAheadEntryKey(&root_key))
566 if (root_key.size()) {
567 if (root_key.size() != sizeof(kRootKey) ||
568 memcmp(root_key.data(), kRootKey, sizeof(kRootKey))) {
  /external/chromium/chrome/browser/
shell_integration_win.cc 346 HKEY root_key = HKEY_CLASSES_ROOT; local
349 base::win::RegKey key(root_key, key_path.c_str(), KEY_READ);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h 688 extern struct reiserfs_key root_key;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 688 extern struct reiserfs_key root_key;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h 688 extern struct reiserfs_key root_key;
    [all...]

Completed in 675 milliseconds