HomeSort by relevance Sort by last modified time
    Searched refs:RegKey (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/chromium_org/rlz/win/lib/
registry_util.h 10 class RegKey;
16 bool RegKeyReadValue(base::win::RegKey& key,
21 bool RegKeyWriteValue(base::win::RegKey& key,
rlz_value_store_registry.cc 60 bool GetRegKey(const char* name, REGSAM access, base::win::RegKey* key) {
77 bool GetPingTimesRegKey(REGSAM access, base::win::RegKey* key) {
84 REGSAM access, base::win::RegKey* key) {
110 bool GetAccessPointRlzsRegKey(REGSAM access, base::win::RegKey* key) {
119 base::win::RegKey reg_key;
124 base::win::RegKey product_events(
140 } else { // Scope needed for RegKey
141 base::win::RegKey key(root_key, key_name, KEY_READ);
155 base::win::RegKey key(root_key, L"", KEY_WRITE);
171 base::win::RegKey key
    [all...]
registry_util.cc 19 bool RegKeyReadValue(base::win::RegKey& key, const wchar_t* name,
39 bool RegKeyWriteValue(base::win::RegKey& key, const wchar_t* name,
51 base::win::RegKey key;
  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 62 // friend function of RegKey
66 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
70 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
75 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
79 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
83 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
87 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
91 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
95 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
99 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT)
    [all...]
win32regkey.cc 30 RegKey::RegKey() {
34 RegKey::~RegKey() {
38 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) {
48 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) {
52 bool RegKey::HasValue(const TCHAR* value_name) const {
57 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
65 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
73 HRESULT RegKey::SetValue(const wchar_t* full_key_name
    [all...]
  /external/chromium_org/chrome/installer/util/
channel_info.h 12 class RegKey;
28 bool Initialize(const base::win::RegKey& key);
32 bool Write(base::win::RegKey* key) const;
install_util_unittest.cc 19 using base::win::RegKey;
86 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE);
91 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
100 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE)
106 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
115 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE)
121 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
136 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE)
142 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
151 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE
    [all...]
app_command.h 16 class RegKey;
34 bool Initialize(const base::win::RegKey& key);
app_commands.h 19 class RegKey;
39 bool Initialize(const base::win::RegKey& key);
registry_key_backup_unittest.cc 15 using base::win::RegKey;
39 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
55 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
89 RegKey(test_data_.root_key(), L"", KEY_QUERY_VALUE)
94 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
registry_test_data.cc 11 using base::win::RegKey;
25 result = RegKey(root_key, L"", KEY_QUERY_VALUE).DeleteKey(path);
62 RegKey key;
85 RegKey key;
101 RegKey key;
app_commands.cc 12 using base::win::RegKey;
22 bool AppCommands::Initialize(const base::win::RegKey& key) {
33 RegKey cmd_key;
create_reg_key_work_item.cc 14 using base::win::RegKey;
55 RegKey key;
101 RegKey key(predefined_root_, L"", KEY_WRITE | wow64_access_);
delete_reg_value_work_item.cc 12 using base::win::RegKey;
41 RegKey key;
91 RegKey key;
create_reg_key_work_item_unittest.cc 15 using base::win::RegKey;
25 RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS);
34 RegKey key(HKEY_CURRENT_USER, L"", KEY_ALL_ACCESS);
42 RegKey key;
75 RegKey key;
100 RegKey key;
139 RegKey key;
174 RegKey key;
  /external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation.cc 13 using base::win::RegKey;
29 RegKey reactivation_key(HKEY_CURRENT_USER,
48 RegKey client_state_key(
59 RegKey reactivation_key(HKEY_CURRENT_USER,
gcapi_last_run_test.cc 22 using base::win::RegKey;
35 RegKey client_state(HKEY_CURRENT_USER,
45 RegKey client_key(HKEY_CURRENT_USER,
62 RegKey client_state(
  /external/chromium_org/base/win/
registry.cc 37 // RegKey ----------------------------------------------------------------------
39 RegKey::RegKey()
45 RegKey::RegKey(HKEY key)
51 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access)
66 RegKey::~RegKey() {
70 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access)
    [all...]
registry.h 26 class BASE_EXPORT RegKey {
28 RegKey();
29 explicit RegKey(HKEY key);
30 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
31 ~RegKey();
154 DISALLOW_COPY_AND_ASSIGN(RegKey);
  /external/chromium_org/chrome/common/
terminate_on_heap_corruption_experiment_win.cc 42 base::win::RegKey regkey(
44 return regkey.Valid();
48 base::win::RegKey regkey(HKEY_CURRENT_USER);
52 regkey.CreateKey(GetBeaconKeyPath(), KEY_SET_VALUE);
54 regkey.DeleteKey(GetBeaconKeyPath());
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.h 63 base::win::RegKey privileged_;
64 base::win::RegKey unprivileged_;
  /external/chromium_org/base/test/
test_reg_util_win_unittest.cc 30 base::win::RegKey key(HKEY_CURRENT_USER);
36 base::win::RegKey key(HKEY_CURRENT_USER);
41 base::win::RegKey key;
48 base::win::RegKey key;
55 base::win::RegKey key;
77 base::win::RegKey create_key;
87 base::win::RegKey read_key;
test_reg_util_win.h 53 base::win::RegKey temp_key_;
  /external/chromium_org/rlz/test/
rlz_test_helpers.cc 46 void ReadRegistryTree(const base::win::RegKey& src, RegistryKeyData* data) {
65 ReadRegistryTree(base::win::RegKey(src.Handle(), i.Name(), KEY_READ),
70 void WriteRegistryTree(const RegistryKeyData& data, base::win::RegKey* dest) {
84 base::win::RegKey key(dest->Handle(), iter->first.c_str(), KEY_ALL_ACCESS);
109 ReadRegistryTree(base::win::RegKey(HKEY_LOCAL_MACHINE,
118 base::win::RegKey key(
  /external/chromium_org/chrome/common/importer/
firefox_importer_utils_win.cc 36 base::win::RegKey reg_key(kFireFoxRegistryPaths[i], kFirefoxPath,
53 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(),
62 base::win::RegKey reg_key_directory(HKEY_LOCAL_MACHINE,

Completed in 138 milliseconds

1 2 3 4 5