Searched defs:DeleteKey (Results 1 - 6 of 6) sorted by relevance

/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)) {
/external/chromium_org/sql/
H A Dmeta_table.cc217 bool MetaTable::DeleteKey(const char* key) { function in class:sql::MetaTable
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTypingCommand.h37 DeleteKey, enumerator in enum:blink::FINAL::ETypingCommand
/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)";
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc800 HRESULT RegKey::DeleteKey(const wchar_t* full_key_name) { function in class:rtc::RegKey
803 return DeleteKey(full_key_name, true);
806 HRESULT RegKey::DeleteKey(const wchar_t* full_key_name, bool recursively) { function in class:rtc::RegKey
/external/chromium_org/base/win/
H A Dregistry.cc198 LONG RegKey::DeleteKey(const wchar_t* name) { function in class:base::win::RegKey

Completed in 360 milliseconds