Searched refs:temp_key (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey_unittest.cc82 std::wstring temp_key = L""; local
83 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
84 EXPECT_STREQ(temp_key.c_str(), L"");
86 temp_key = L"a";
87 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
88 EXPECT_STREQ(temp_key.c_str(), L"");
91 temp_key = L"HKLM\\a";
92 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
93 EXPECT_STREQ(temp_key.c_str(), L"a");
95 temp_key
356 RegKey temp_key; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dwin32regkey_unittest.cc65 std::wstring temp_key = L""; local
66 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
67 EXPECT_STREQ(temp_key.c_str(), L"");
69 temp_key = L"a";
70 EXPECT_TRUE(RegKey::GetRootKeyInfo(&temp_key) == NULL);
71 EXPECT_STREQ(temp_key.c_str(), L"");
74 temp_key = L"HKLM\\a";
75 EXPECT_EQ(RegKey::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
76 EXPECT_STREQ(temp_key.c_str(), L"a");
78 temp_key
339 RegKey temp_key; local
[all...]
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc634 base::string16 temp_key = state.keyboard_shortcut; local
636 if (!temp_key.empty()) {
637 *acc_key = SysAllocString(temp_key.c_str());
/external/chromium_org/chrome/installer/util/
H A Dproduct_state_unittest.cc68 RegKey temp_key; local

Completed in 562 milliseconds