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

  /external/chromium_org/components/policy/core/common/
schema_registry_unittest.cc 137 SchemaRegistry registry1; local
143 registry1.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "abc"),
150 combined.Track(&registry1);
174 registry1.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_EXTENSIONS, "def"),
191 registry1.UnregisterComponent(
207 registry1.UnregisterComponent(
223 registry1.RegisterComponent(PolicyNamespace(POLICY_DOMAIN_CHROME, ""),
229 // Untracking |registry1| doesn't trigger an update nofitication, because it
232 combined.Untrack(&registry1);
  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache_unittest.cc 306 scoped_refptr<RulesRegistry> registry1(new TestRulesRegistry(

Completed in 555 milliseconds