Searched defs:matches_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/query_parser/
H A Dsnippet.h58 const MatchPositions& matches() const { return matches_; }
68 MatchPositions matches_; member in class:query_parser::Snippet
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_result.h178 // Populates |provider_to_matches| from |matches_|.
188 ACMatches matches_; member in class:AutocompleteResult
H A Dautocomplete_provider.h218 const ACMatches& matches() const { return matches_; }
248 // Updates the starred state of each of the matches in matches_ from the
279 ACMatches matches_; member in class:AutocompleteProvider
H A Dhistory_quick_provider_unittest.cc124 std::set<std::string> LeftOvers() const { return matches_; }
127 std::set<std::string> matches_; member in class:HistoryQuickProviderTest::SetShouldContain
247 matches_.insert(iter->destination_url.spec());
252 EXPECT_EQ(1U, matches_.erase(expected))
H A Dshortcuts_provider_unittest.cc218 const ACMatchClassifications matches_; member in class:ClassifyTest
224 matches_(matches) {
232 ShortcutsProvider::CreateWordMapForString(find_text), text_, matches_);
258 return matches_;
262 std::set<ExpectedURLAndAllowedToBeDefault> matches_; member in class:ShortcutsProviderTest::SetShouldContain
347 matches_.insert(ExpectedURLAndAllowedToBeDefault(
353 EXPECT_EQ(1U, matches_.erase(expected));
H A Dhistory_url_provider_unittest.cc208 ACMatches matches_; member in class:HistoryURLProviderTest
292 matches_ = autocomplete_->matches();
294 for (ACMatches::iterator i = matches_.begin(); i != matches_.end(); ++i)
297 input.current_page_classification(), false, &matches_);
298 std::sort(matches_.begin(), matches_.end(),
301 ASSERT_EQ(num_results, matches_.size()) << "Input text: " << text
304 EXPECT_EQ(expected_urls[i].url, matches_[i].destination_url.spec());
306 matches_[
[all...]
/external/chromium_org/components/url_matcher/
H A Dsubstring_set_matcher.h104 const Matches& matches() const { return matches_; }
114 Matches matches_; member in class:url_matcher::SubstringSetMatcher::AhoCorasickNode
/external/chromium_org/extensions/common/features/
H A Dsimple_feature.h133 URLPatternSet matches_; member in class:extensions::SimpleFeature

Completed in 217 milliseconds