HomeSort by relevance Sort by last modified time
    Searched refs:GetRootKeyInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey_unittest.cc 83 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(&temp_key), HKEY_CLASSES_ROOT)
    [all...]
win32regkey.cc 330 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(&key_name)
    [all...]
win32regkey.h 294 static HKEY GetRootKeyInfo(std::wstring* full_key_name);

Completed in 1989 milliseconds