Searched defs:DeclarativeRule (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h5 // DeclarativeRule<>, DeclarativeConditionSet<>, and DeclarativeActionSet<>
38 // This class stores a set of conditions that may be part of a DeclarativeRule.
39 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
198 class DeclarativeRule { class in namespace:extensions
215 DeclarativeRule(const GlobalRuleId& id,
222 // Creates a DeclarativeRule for |extension| given a json definition. The
230 static scoped_ptr<DeclarativeRule> Create(
265 DISALLOW_COPY_AND_ASSIGN(DeclarativeRule);
431 // DeclarativeRule
435 DeclarativeRule<Condition function in class:extensions::DeclarativeRule
[all...]

Completed in 79 milliseconds