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

  /external/chromium_org/third_party/webrtc/base/
win32regkey_unittest.cc 66 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
70 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
75 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
79 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
83 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
87 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
91 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
95 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_USERS);
99 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
103 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT)
    [all...]
win32regkey.cc 313 HKEY h_key = GetRootKeyInfo(&key_name);
338 HKEY h_key = GetRootKeyInfo(&key_name);
373 HKEY h_key = GetRootKeyInfo(&key_name);
393 HKEY h_key = GetRootKeyInfo(&key_name);
443 HKEY h_key = GetRootKeyInfo(&key_name);
746 HKEY h_key = GetRootKeyInfo(&key_name);
764 HKEY h_key = GetRootKeyInfo(&key_name);
785 HKEY h_key = GetRootKeyInfo(&key_name);
812 HKEY h_key = GetRootKeyInfo(&key_name);
839 HKEY h_key = GetRootKeyInfo(&key_name)
    [all...]
win32regkey.h 277 static HKEY GetRootKeyInfo(std::wstring* full_key_name);

Completed in 186 milliseconds