Home | History | Annotate | Download | only in base

Lines Matching defs:HKEY_CLASSES_ROOT

99   EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
102 temp_key = L"HKEY_CLASSES_ROOT\\a";
103 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
108 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
111 temp_key = L"hkey_CLASSES_ROOT\\a";
112 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT);
137 temp_key = L"HKEY_CLASSES_ROOT\\moon";
139 L"HKEY_CLASSES_ROOT");
142 temp_key = L"HKEY_CLASSES_ROOT\\moon\\doggy";
144 L"HKEY_CLASSES_ROOT\\moon");