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

  /external/chromium_org/extensions/browser/api/declarative/
rules_registry.cc 32 const std::vector<linked_ptr<extensions::RulesRegistry::Rule> >& rules) {
39 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > RulesFromValue(
41 std::vector<linked_ptr<extensions::RulesRegistry::Rule> > rules;
52 linked_ptr<extensions::RulesRegistry::Rule> rule(
53 new extensions::RulesRegistry::Rule());
54 if (extensions::RulesRegistry::Rule::Populate(*dict, rule.get()))
70 // RulesRegistry
72 RulesRegistry::RulesRegistry(content::BrowserContext* browser_context,
91 std::string RulesRegistry::AddRulesNoFill
    [all...]
rules_registry.h 37 // RulesRegistry::Rule objects. It contains all the methods that need to run on
40 class RulesRegistry : public base::RefCountedThreadSafe<RulesRegistry> {
62 RulesRegistry(content::BrowserContext* browser_context,
72 // RulesRegistry implementation:
74 // Registers |rules|, owned by |extension_id| to this RulesRegistry.
91 const std::vector<linked_ptr<RulesRegistry::Rule> >& rules);
94 // |extension_id| from this RulesRegistry.
96 // RulesRegistry and are ignored.
117 std::vector<linked_ptr<RulesRegistry::Rule> >* out)
    [all...]

Completed in 402 milliseconds