Searched refs:h_key_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc31 h_key_ = NULL;
53 return (ERROR_SUCCESS == ::RegQueryValueEx(h_key_, value_name, NULL,
223 ASSERT(h_key_ != NULL);
225 LONG res = ::RegDeleteKey(h_key_, key_name);
235 ASSERT(h_key_ != NULL);
237 LONG res = ::RegDeleteValue(h_key_, value_name);
248 if (h_key_ != NULL) {
249 LONG res = ::RegCloseKey(h_key_);
251 h_key_ = NULL;
281 h_key_
[all...]
H A Dwin32regkey.h271 HKEY key() { return h_key_; }
327 HKEY h_key_; member in class:rtc::RegKey

Completed in 412 milliseconds