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

  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 689 URLQueryElementMatcherCondition::MATCH_FIRST));
696 URLQueryElementMatcherCondition::MATCH_FIRST));
703 URLQueryElementMatcherCondition::MATCH_FIRST));
710 URLQueryElementMatcherCondition::MATCH_FIRST));
717 URLQueryElementMatcherCondition::MATCH_FIRST));
724 URLQueryElementMatcherCondition::MATCH_FIRST));
    [all...]
url_matcher.h 228 // ensures that every (MATCH_ALL), any (MATCH_ANY), first (MATCH_FIRST) or
230 enum Type { MATCH_ANY, MATCH_FIRST, MATCH_LAST, MATCH_ALL };
url_matcher.cc 646 case MATCH_FIRST: {
    [all...]
  /frameworks/base/core/java/android/transition/
Transition.java 128 private static final int MATCH_FIRST = MATCH_INSTANCE;
509 return (match >= MATCH_FIRST && match <= MATCH_LAST);
    [all...]

Completed in 532 milliseconds