OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegistryTestData
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/installer/util/
registry_test_data.h
18
class
RegistryTestData
{
20
RegistryTestData
();
22
~
RegistryTestData
();
55
DISALLOW_COPY_AND_ASSIGN(
RegistryTestData
);
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) {
copy_reg_key_work_item_unittest.cc
29
RegistryTestData
test_data_;
68
RegistryTestData
::ExpectEmptyKey(test_data_.root_key(),
153
RegistryTestData
::ExpectEmptyKey(test_data_.root_key(),
178
RegistryTestData
::ExpectEmptyKey(test_data_.root_key(),
registry_key_backup_unittest.cc
28
RegistryTestData
test_data_;
delete_reg_key_work_item_unittest.cc
27
RegistryTestData
test_data_;
Completed in 31 milliseconds