Searched refs:RegKey (Results 1 - 25 of 146) sorted by relevance

123456

/external/chromium_org/rlz/win/lib/
H A Dregistry_util.h10 class RegKey;
16 bool RegKeyReadValue(base::win::RegKey& key,
21 bool RegKeyWriteValue(base::win::RegKey& key,
H A Drlz_value_store_registry.cc58 bool GetRegKey(const char* name, REGSAM access, base::win::RegKey* key) {
75 bool GetPingTimesRegKey(REGSAM access, base::win::RegKey* key) {
82 REGSAM access, base::win::RegKey* key) {
108 bool GetAccessPointRlzsRegKey(REGSAM access, base::win::RegKey* key) {
117 base::win::RegKey reg_key;
122 base::win::RegKey product_events(
138 } else { // Scope needed for RegKey
139 base::win::RegKey key(root_key, key_name, KEY_READ);
153 base::win::RegKey key(root_key, L"", KEY_WRITE);
169 base::win::RegKey ke
[all...]
H A Dregistry_util.cc19 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/libjingle/source/talk/base/
H A Dwin32regkey_unittest.cc79 // friend function of RegKey
83 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
87 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
96 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
100 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
104 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
108 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
112 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
116 EXPECT_EQ(RegKey
[all...]
H A Dwin32regkey.cc47 RegKey::RegKey() { function in class:talk_base::RegKey
51 RegKey::~RegKey() {
55 HRESULT RegKey::Create(HKEY parent_key, const wchar_t* key_name) {
65 HRESULT RegKey::Open(HKEY parent_key, const wchar_t* key_name) {
69 bool RegKey::HasValue(const TCHAR* value_name) const {
74 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
82 HRESULT RegKey::SetValue(const wchar_t* full_key_name,
90 HRESULT RegKey
[all...]
/external/chromium_org/chrome/installer/util/
H A Dchannel_info.h12 class RegKey;
28 bool Initialize(const base::win::RegKey& key);
32 bool Write(base::win::RegKey* key) const;
H A Dinstall_util_unittest.cc18 using base::win::RegKey;
85 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE);
90 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
99 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE)
105 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
114 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE)
120 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
135 RegKey(root, state_key_path.c_str(), KEY_SET_VALUE)
141 RegKey(root, state_key_path.c_str(), KEY_QUERY_VALUE)
150 RegKey(roo
[all...]
H A Dregistry_key_backup_unittest.cc15 using base::win::RegKey;
37 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
50 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
79 RegKey(test_data_.root_key(), L"", KEY_QUERY_VALUE)
83 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
H A Dapp_command.h16 class RegKey;
34 bool Initialize(const base::win::RegKey& key);
H A Dapp_commands.h19 class RegKey;
39 bool Initialize(const base::win::RegKey& key);
H A Dregistry_test_data.cc11 using base::win::RegKey;
25 result = RegKey(root_key, L"", KEY_QUERY_VALUE).DeleteKey(path);
62 RegKey key;
85 RegKey key;
101 RegKey key;
H A Dcopy_reg_key_work_item_unittest.cc16 using base::win::RegKey;
40 RegKey key;
61 RegKey key;
80 RegKey key;
98 RegKey key;
133 RegKey key;
/external/chromium_org/base/win/
H A Dregistry.cc35 // RegKey ----------------------------------------------------------------------
37 RegKey::RegKey() function in class:base::win::RegKey
42 RegKey::RegKey(HKEY key) function in class:base::win::RegKey
47 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) function in class:base::win::RegKey
60 RegKey::~RegKey() {
64 LONG RegKey
[all...]
H A Dregistry.h26 class BASE_EXPORT RegKey { class in namespace:base::win
28 RegKey();
29 explicit RegKey(HKEY key);
30 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
31 ~RegKey();
138 DISALLOW_COPY_AND_ASSIGN(RegKey);
/external/chromium_org/chrome/installer/gcapi/
H A Dgcapi_reactivation.cc13 using base::win::RegKey;
29 RegKey reactivation_key(HKEY_CURRENT_USER,
48 RegKey client_state_key(HKEY_CURRENT_USER, path.c_str(), KEY_SET_VALUE);
58 RegKey reactivation_key(HKEY_CURRENT_USER,
H A Dgcapi_last_run_test.cc22 using base::win::RegKey;
37 RegKey client_state(HKEY_CURRENT_USER,
47 RegKey client_key(HKEY_CURRENT_USER,
64 RegKey client_state(HKEY_CURRENT_USER, path.c_str(), KEY_SET_VALUE);
/external/chromium/chrome/browser/rlz/
H A Drlz_unittest.cc11 using base::win::RegKey;
18 RegKey key;
36 RegKey key1;
45 RegKey key2;
58 RegKey key1;
/external/chromium/base/win/
H A Dregistry.cc17 // RegKey ----------------------------------------------------------------------
19 RegKey::RegKey() function in class:base::win::RegKey
24 RegKey::RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access) function in class:base::win::RegKey
38 RegKey::~RegKey() {
42 LONG RegKey::Create(HKEY rootkey, const wchar_t* subkey, REGSAM access) {
47 LONG RegKey::CreateWithDisposition(HKEY rootkey, const wchar_t* subkey,
59 LONG RegKey
[all...]
H A Dregistry.h25 class BASE_API RegKey { class in namespace:base::win
27 RegKey();
28 RegKey(HKEY rootkey, const wchar_t* subkey, REGSAM access);
29 ~RegKey();
95 DISALLOW_COPY_AND_ASSIGN(RegKey);
/external/chromium/net/base/
H A Dplatform_mime_util_win.cc19 base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).ReadValue(
31 if (base::win::RegKey(HKEY_CLASSES_ROOT, key.c_str(), KEY_READ).ReadValue(
/external/chromium_org/remoting/host/
H A Dpairing_registry_delegate_win.h52 base::win::RegKey privileged_;
53 base::win::RegKey unprivileged_;
/external/chromium/chrome/browser/
H A Dbackground_mode_manager_win.cc39 base::win::RegKey read_key(kBackgroundModeRegistryRootKey,
41 base::win::RegKey write_key(kBackgroundModeRegistryRootKey,
51 // TODO(rickcam): Bug 53597: Make RegKey mockable.
54 base::win::RegKey read_key(kBackgroundModeRegistryRootKey,
56 base::win::RegKey write_key(kBackgroundModeRegistryRootKey,
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils_win.cc31 base::win::RegKey reg_key(kFireFoxRegistryPaths[i],
48 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(),
57 base::win::RegKey reg_key_directory(HKEY_LOCAL_MACHINE,
/external/chromium_org/base/test/
H A Dtest_reg_util_win_unittest.cc30 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;
/external/chromium_org/rlz/test/
H A Drlz_test_helpers.cc46 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) {
85 &base::win::RegKey(dest->Handle(), iter->first.c_str(),
110 ReadRegistryTree(base::win::RegKey(HKEY_LOCAL_MACHINE,
119 WriteRegistryTree(data, &base::win::RegKey(HKEY_LOCAL_MACHINE,

Completed in 477 milliseconds

123456