OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RegistryTestData
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/installer/util/
registry_test_data.cc
13
RegistryTestData
::
RegistryTestData
()
17
RegistryTestData
::~
RegistryTestData
() {
22
bool
RegistryTestData
::DeleteKey(HKEY root_key, const wchar_t* path) {
36
void
RegistryTestData
::Reset() {
47
bool
RegistryTestData
::Initialize(HKEY root_key, const wchar_t* base_path) {
83
void
RegistryTestData
::ExpectMatchesNonEmptyKey(HKEY root_key,
98
void
RegistryTestData
::ExpectEmptyKey(HKEY root_key, const wchar_t* path) {
registry_test_data.h
18
class
RegistryTestData
{
20
RegistryTestData
();
22
~
RegistryTestData
();
55
DISALLOW_COPY_AND_ASSIGN(
RegistryTestData
);
Completed in 35 milliseconds