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

  /external/chromium_org/components/url_matcher/
url_matcher_unittest.cc 187 factory.CreateQueryPrefixCondition("foo").criterion());
303 EXPECT_TRUE(Matches(factory.CreateQueryPrefixCondition(std::string()), url));
304 EXPECT_TRUE(Matches(factory.CreateQueryPrefixCondition("sourceid"), url));
306 EXPECT_TRUE(Matches(factory.CreateQueryPrefixCondition("?sourceid"), url));
627 conditions.insert(factory->CreateQueryPrefixCondition("test=v"));
url_matcher.h 144 URLMatcherCondition CreateQueryPrefixCondition(const std::string& prefix);
url_matcher_factory.cc 57 factory_methods_[keys::kQueryPrefixKey] = &F::CreateQueryPrefixCondition;
url_matcher.cc 316 URLMatcherCondition URLMatcherConditionFactory::CreateQueryPrefixCondition(
340 return CreateQueryPrefixCondition(str);

Completed in 170 milliseconds