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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 34 // This class stores a set of conditions that may be part of a DeclarativeRule.
59 typedef std::vector<linked_ptr<const ConditionT> > Conditions;
60 typedef typename Conditions::const_iterator const_iterator;
63 // according to the JSON array |conditions| passed by the extension API. Sets
68 const AnyVector& conditions,
71 const Conditions& conditions() const { function in class:extensions::DeclarativeConditionSet
82 // of the conditions without URL attributes is satisfied.
86 // Appends the URLMatcherConditionSet from all conditions to |condition_sets|.
90 // Returns whether there are some conditions without UrlFilter attributes
229 const ConditionSet& conditions() const { return *conditions_; } function in class:extensions::DeclarativeRule
440 scoped_ptr<ConditionSet> conditions = ConditionSet::Create( local
    [all...]
  /external/chromium_org/components/url_matcher/
url_matcher.h 31 // reduction of URL matching conditions to StringPatterns conducted by
131 // conditions and don't register them to a URLMatcher, they will continue to
304 // This class represents a set of conditions that all need to match on a
310 typedef std::set<URLMatcherCondition> Conditions;
314 // Matches if all conditions in |conditions| are fulfilled.
315 URLMatcherConditionSet(ID id, const Conditions& conditions);
317 // Matches if all conditions in |conditions|, |scheme_filter| an
335 const Conditions& conditions() const { return conditions_; } function in class:url_matcher::URLMatcherConditionSet
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 177 BranchVector Conditions;
440 // Analyze all the conditions leading to a node
451 /// \brief Insert the missing branch conditions
453 BranchVector &Conds = Loops ? LoopConds : Conditions;
740 Conditions.push_back(BranchInst::Create(Entry, Next, BoolUndef, Flow));
798 /// branches and PHI nodes only have undefined conditions.
805 Conditions.clear();
880 Conditions.clear();

Completed in 420 milliseconds