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

  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 72 url_matcher::URLMatcherConditionFactory* condition_factory,
113 condition_factory));
336 URLMatcherConditionFactory* condition_factory = local
337 url_matcher->condition_factory();
340 condition_factory->CreateHostSuffixPathPrefixCondition(host, path) :
341 condition_factory->CreateHostEqualsPathPrefixCondition(host, path));
346 condition_factory, query, allow, &query_conditions);
  /external/chromium_org/components/url_matcher/
url_matcher.h 385 URLMatcherConditionFactory* condition_factory() { function in class:url_matcher::URLMatcher

Completed in 87 milliseconds