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 47 class ScopedRegistryKeyOverride {
49 ScopedRegistryKeyOverride(HKEY override, const base::string16& key_path);
50 ~ScopedRegistryKeyOverride();
56 DISALLOW_COPY_AND_ASSIGN(ScopedRegistryKeyOverride);
67 ScopedVector<ScopedRegistryKeyOverride> overrides_;
test_reg_util_win.cc 63 RegistryOverrideManager::ScopedRegistryKeyOverride::ScopedRegistryKeyOverride(
75 ScopedRegistryKeyOverride::~ScopedRegistryKeyOverride() {
98 overrides_.push_back(new ScopedRegistryKeyOverride(override, key_path));

Completed in 47 milliseconds