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

  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey_unittest.cc 133 // Test RegKey::GetParentKeyInfo
138 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
142 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
146 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"a");
150 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(), L"");
155 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(),
160 EXPECT_STREQ(RegKey::GetParentKeyInfo(&temp_key).c_str(),
win32regkey.h 322 static std::wstring GetParentKeyInfo(std::wstring* key_name);
win32regkey.cc 832 std::wstring parent_key(GetParentKeyInfo(&key_name));
967 std::wstring RegKey::GetParentKeyInfo(std::wstring* key_name) {
    [all...]

Completed in 171 milliseconds