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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey_unittest.cc116 // Test RegKey::GetParentKeyInfo
121 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
125 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
129 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"a");
133 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
138 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(),
143 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(),
H A Dwin32regkey.h305 static std::wstring GetParentKeyInfo(std::wstring* key_name);
H A Dwin32regkey.cc815 std::wstring parent_key(GetParentKeyInfo(&key_name));
950 std::wstring RegKey::GetParentKeyInfo(std::wstring* key_name) { function in class:rtc::RegKey

Completed in 65 milliseconds