Searched refs:GetRootKeyInfo (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey_unittest.cc83 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::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
120 EXPECT_EQ(RegKey::GetRootKeyInfo(
[all...]
H A Dwin32regkey.cc330 HKEY h_key = GetRootKeyInfo(&key_name);
355 HKEY h_key = GetRootKeyInfo(&key_name);
390 HKEY h_key = GetRootKeyInfo(&key_name);
410 HKEY h_key = GetRootKeyInfo(&key_name);
460 HKEY h_key = GetRootKeyInfo(&key_name);
763 HKEY h_key = GetRootKeyInfo(&key_name);
781 HKEY h_key = GetRootKeyInfo(&key_name);
802 HKEY h_key = GetRootKeyInfo(&key_name);
829 HKEY h_key = GetRootKeyInfo(&key_name);
856 HKEY h_key = GetRootKeyInfo(
901 HKEY RegKey::GetRootKeyInfo(std::wstring* full_key_name) { function in class:talk_base::RegKey
[all...]
H A Dwin32regkey.h294 static HKEY GetRootKeyInfo(std::wstring* full_key_name);

Completed in 104 milliseconds