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

/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h5 // DeclarativeRule<>, DeclarativeConditionSet<>, and DeclarativeActionSet<>
130 // // Only needed if the RulesRegistry calls DeclarativeActionSet::Revert().
139 // TODO(battre): As DeclarativeActionSet can become the single owner of all
143 class DeclarativeActionSet { class in namespace:extensions
148 explicit DeclarativeActionSet(const Actions& actions);
150 // Factory method that instantiates a DeclarativeActionSet for |extension|
153 static scoped_ptr<DeclarativeActionSet> Create(
187 DISALLOW_COPY_AND_ASSIGN(DeclarativeActionSet);
195 // See DeclarativeConditionSet and DeclarativeActionSet for the requirements on
205 typedef DeclarativeActionSet<Action
361 DeclarativeActionSet<ActionT>::DeclarativeActionSet(const Actions& actions) function in class:extensions::DeclarativeActionSet
[all...]

Completed in 126 milliseconds