Searched refs:DeleteKey (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/installer/util/
H A Dregistry_test_data.cc22 bool RegistryTestData::DeleteKey(HKEY root_key, const wchar_t* path) { function in class:RegistryTestData
25 result = RegKey(root_key, L"", KEY_QUERY_VALUE).DeleteKey(path);
38 DeleteKey(root_key_, base_path_.c_str());
53 if (DeleteKey(root_key, base_path)) {
H A Dregistry_test_data.h48 static bool DeleteKey(HKEY root_key, const wchar_t* path);
H A Ddelete_reg_value_work_item_unittest.cc29 key.DeleteKey(kTestRoot);
38 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kTestRoot));
H A Dregistry_key_backup_unittest.cc90 .DeleteKey(destination_path_.c_str()));
H A Dcreate_reg_key_work_item_unittest.cc26 key.DeleteKey(test_root);
35 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(test_root));
H A Dset_reg_value_work_item_unittest.cc33 key.DeleteKey(kTestRoot);
42 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kTestRoot));
/external/chromium_org/base/test/
H A Dtest_reg_util_win.cc41 test_root_key.DeleteKey(key_name.c_str());
49 test_root_key.DeleteKey(key_name.c_str());
78 temp_key_.DeleteKey(L"");
H A Dtest_reg_util_win_unittest.cc31 key.DeleteKey(fake_test_key_root_.c_str());
32 key.DeleteKey(kTestKeyPath);
37 key.DeleteKey(fake_test_key_root_.c_str());
/external/chromium_org/base/win/
H A Dregistry_unittest.cc34 key.DeleteKey(kRootKey);
45 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey));
217 ASSERT_NE(ERROR_SUCCESS, key.DeleteKey(L"Bar"));
229 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(L""));
234 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(L"Foo"));
235 ASSERT_NE(ERROR_SUCCESS, key.DeleteKey(L"Foo"));
265 ASSERT_NE(ERROR_SUCCESS, key.DeleteKey(kRootKey));
270 ASSERT_NE(ERROR_SUCCESS, key.DeleteKey(kRootKey));
277 ASSERT_EQ(ERROR_SUCCESS, key.DeleteKey(kRootKey));
322 ASSERT_NE(ERROR_SUCCESS, key.DeleteKey(kRootKe
[all...]
H A Dregistry.h72 LONG DeleteKey(const wchar_t* name);
/external/chromium_org/chrome/common/
H A Dterminate_on_heap_corruption_experiment_win.cc54 regkey.DeleteKey(GetBeaconKeyPath());
/external/chromium_org/sql/
H A Dmeta_table.h86 bool DeleteKey(const char* key);
H A Dmeta_table_unittest.cc252 TEST_F(SQLMetaTableTest, DeleteKey) {
269 EXPECT_TRUE(meta_table.DeleteKey(kKey));
H A Dmeta_table.cc217 bool MetaTable::DeleteKey(const char* key) { function in class:sql::MetaTable
/external/chromium_org/chrome/common/importer/
H A Die_importer_test_registry_overrider_win.cc57 reg_key.DeleteKey(L"");
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.cpp119 if (lastTypingCommand->commandTypeOfOpenCommand() == DeleteKey) {
128 TypingCommand::create(document, DeleteKey, "", options, granularity)->apply();
253 if (m_commandType == DeleteKey)
261 case DeleteKey:
429 typingAddedToOpenCommand(DeleteKey);
443 typingAddedToOpenCommand(DeleteKey);
448 typingAddedToOpenCommand(DeleteKey);
468 typingAddedToOpenCommand(DeleteKey);
510 typingAddedToOpenCommand(DeleteKey);
613 case DeleteKey
[all...]
H A DTypingCommand.h37 DeleteKey, enumerator in enum:blink::FINAL::ETypingCommand
/external/chromium_org/chrome/browser/
H A Dchrome_elf_init_win.cc93 blacklist_registry_key.DeleteKey(blacklist::kRegistryBeaconPath);
125 finch_blacklist_registry_key.DeleteKey(L"");
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.h253 static HRESULT DeleteKey(const wchar_t* full_key_name);
259 static HRESULT DeleteKey(const wchar_t* full_key_name, bool recursive);
H A Dwin32regkey_unittest.cc181 RegKey::DeleteKey(kFullRkey1);
359 EXPECT_SUCCEEDED(RegKey::DeleteKey(kFullRkey1));
374 RegKey::DeleteKey(kFullRkey1);
587 EXPECT_SUCCEEDED(RegKey::DeleteKey(kFullRkey1));
/external/chromium_org/rlz/win/lib/
H A Drlz_value_store_registry.cc121 reg_key.DeleteKey(product_name.c_str());
156 return key.DeleteKey(key_name) == ERROR_SUCCESS;
/external/chromium_org/components/search_engines/
H A Dkeyword_table.cc398 meta_table_->DeleteKey("Default Search Provider Backup");
422 meta_table_->DeleteKey("Default Search Provider ID Backup") &&
423 meta_table_->DeleteKey("Default Search Provider ID Backup Signature") &&
/external/chromium_org/cloud_print/common/win/
H A Dinstall_utils.cc125 if (key.DeleteKey(L"") != ERROR_SUCCESS) {
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win_unittest.cc141 key.DeleteKey(L"");
/external/chromium_org/components/invalidation/
H A Dsync_system_resources.cc247 void SyncStorage::DeleteKey(const std::string& key, function in class:syncer::SyncStorage
250 LOG(WARNING) << "ignoring call to DeleteKey(" << key << ", callback)";

Completed in 422 milliseconds

12