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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey.cc267 HKEY h_key = NULL; local
269 sam_desired, lpSecAttr, &h_key, &dw);
281 h_key_ = h_key;
292 HKEY h_key = NULL; local
293 LONG res = ::RegOpenKeyEx(parent_key, key_name, 0, sam_desired, &h_key);
302 h_key_ = h_key;
313 HKEY h_key = GetRootKeyInfo(&key_name); local
314 if (!h_key) {
319 HRESULT hr = key.Open(h_key, key_name.c_str(), KEY_READ);
338 HKEY h_key local
373 HKEY h_key = GetRootKeyInfo(&key_name); local
393 HKEY h_key = GetRootKeyInfo(&key_name); local
443 HKEY h_key = GetRootKeyInfo(&key_name); local
746 HKEY h_key = GetRootKeyInfo(&key_name); local
764 HKEY h_key = GetRootKeyInfo(&key_name); local
785 HKEY h_key = GetRootKeyInfo(&key_name); local
812 HKEY h_key = GetRootKeyInfo(&key_name); local
839 HKEY h_key = GetRootKeyInfo(&key_name); local
887 HKEY h_key = NULL; local
1057 HKEY h_key = GetRootKeyInfo(&key_name); local
[all...]

Completed in 483 milliseconds