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

  /external/chromium_org/base/test/
test_reg_util_win.h 46 class ScopedRegistryKeyOverride {
48 ScopedRegistryKeyOverride(HKEY override, const base::string16& key_path);
49 ~ScopedRegistryKeyOverride();
55 DISALLOW_COPY_AND_ASSIGN(ScopedRegistryKeyOverride);
66 ScopedVector<ScopedRegistryKeyOverride> overrides_;
test_reg_util_win.cc 64 RegistryOverrideManager::ScopedRegistryKeyOverride::ScopedRegistryKeyOverride(
76 ScopedRegistryKeyOverride::~ScopedRegistryKeyOverride() {
97 overrides_.push_back(new ScopedRegistryKeyOverride(override, key_path));

Completed in 56 milliseconds