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

/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h49 // // Except this argument gets elements of the AnyVector.
62 typedef std::vector<linked_ptr<base::Value> > AnyVector; typedef in class:extensions::DeclarativeConditionSet
72 const AnyVector& conditions,
123 // // Except this argument gets elements of the AnyVector.
145 typedef std::vector<linked_ptr<base::Value> > AnyVector; typedef in class:extensions::DeclarativeActionSet
156 const AnyVector& actions,
311 const AnyVector& conditions,
315 for (AnyVector::const_iterator i = conditions.begin();
370 const AnyVector& actions,
377 for (AnyVector
[all...]

Completed in 1790 milliseconds