OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegKey
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/base/
win32regkey_unittest.cc
63
// friend function of
RegKey
67
EXPECT_TRUE(
RegKey
::GetRootKeyInfo(&temp_key) == NULL);
71
EXPECT_TRUE(
RegKey
::GetRootKeyInfo(&temp_key) == NULL);
76
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
80
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_LOCAL_MACHINE);
84
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
88
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_CURRENT_USER);
92
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_USERS);
96
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_USERS);
100
EXPECT_EQ(
RegKey
::GetRootKeyInfo(&temp_key), HKEY_CLASSES_ROOT)
[
all
...]
win32regkey.cc
30
RegKey
::
RegKey
() {
34
RegKey
::~
RegKey
() {
38
HRESULT
RegKey
::Create(HKEY parent_key, const wchar_t* key_name) {
48
HRESULT
RegKey
::Open(HKEY parent_key, const wchar_t* key_name) {
52
bool
RegKey
::HasValue(const TCHAR* value_name) const {
57
HRESULT
RegKey
::SetValue(const wchar_t* full_key_name,
65
HRESULT
RegKey
::SetValue(const wchar_t* full_key_name,
73
HRESULT
RegKey
::SetValue(const wchar_t* full_key_name
[
all
...]
win32regkey.h
36
class
RegKey
{
39
RegKey
();
42
~
RegKey
();
271
// Peek inside (use a
RegKey
as a smart wrapper around a registry handle)
334
RTC_DISALLOW_COPY_AND_ASSIGN(
RegKey
);
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h
[
all
...]
Completed in 133 milliseconds