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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 5 // DeclarativeRule<>, DeclarativeConditionSet<>, and DeclarativeActionSet<>
34 // This class stores a set of conditions that may be part of a DeclarativeRule.
35 // If any condition is fulfilled, the Actions of the DeclarativeRule can be
186 class DeclarativeRule {
203 DeclarativeRule(const GlobalRuleId& id,
210 // Creates a DeclarativeRule for |extension| given a json definition. The
218 static scoped_ptr<DeclarativeRule> Create(
252 DISALLOW_COPY_AND_ASSIGN(DeclarativeRule);
407 // DeclarativeRule
411 DeclarativeRule<ConditionT, ActionT>::DeclarativeRule
    [all...]
declarative_rule_unittest.cc 309 typedef DeclarativeRule<FulfillableCondition, SummingAction> Rule;
380 typedef DeclarativeRule<FulfillableCondition, SummingAction> Rule;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h 48 typedef DeclarativeRule<ContentCondition, ContentAction> ContentRule;
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 44 typedef DeclarativeRule<WebRequestCondition, WebRequestAction> WebRequestRule;

Completed in 105 milliseconds