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 33 // This class stores a set of conditions that may be part of a DeclarativeRule.
57 typedef std::vector<linked_ptr<const ConditionT> > Conditions;
58 typedef typename Conditions::const_iterator const_iterator;
61 // array |conditions| passed by the extension API. Sets |error| and returns
65 const AnyVector& conditions,
68 const Conditions& conditions() const { function in class:extensions::DeclarativeConditionSet
79 // of the conditions without URL attributes is satisfied.
83 // Appends the URLMatcherConditionSet from all conditions to |condition_sets|.
87 // Returns whether there are some conditions without UrlFilter attributes
224 const ConditionSet& conditions() const { return *conditions_; } function in class:extensions::DeclarativeRule
433 scoped_ptr<ConditionSet> conditions = ConditionSet::Create( local
    [all...]
  /external/chromium_org/extensions/common/matcher/
url_matcher.h 30 // reduction of URL matching conditions to StringPatterns conducted by
130 // conditions and don't register them to a URLMatcher, they will continue to
251 // This class represents a set of conditions that all need to match on a
256 typedef std::set<URLMatcherCondition> Conditions;
259 // Matches if all conditions in |conditions| are fulfilled.
260 URLMatcherConditionSet(ID id, const Conditions& conditions);
262 // Matches if all conditions in |conditions|, |scheme_filter| an
270 const Conditions& conditions() const { return conditions_; } function in class:extensions::URLMatcherConditionSet
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 176 BranchVector Conditions;
433 // Analyze all the conditions leading to a node
444 /// \brief Insert the missing branch conditions
446 BranchVector &Conds = Loops ? LoopConds : Conditions;
735 Conditions.push_back(BranchInst::Create(Entry, Next, BoolUndef, Flow));
779 /// branches and PHI nodes only have undefined conditions.
786 Conditions.clear();
868 Conditions.clear();

Completed in 94 milliseconds