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

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 106 class SetShouldContain : public std::unary_function<const std::string&,
109 explicit SetShouldContain(const ACMatches& matched_urls);
228 HistoryQuickProviderTest::SetShouldContain::SetShouldContain(
235 void HistoryQuickProviderTest::SetShouldContain::operator()(
267 SetShouldContain(ac_matches_)).LeftOvers();
shortcuts_provider_unittest.cc 134 class SetShouldContain
137 explicit SetShouldContain(const ACMatches& matched_urls);
212 ShortcutsProviderTest::SetShouldContain::SetShouldContain(
219 void ShortcutsProviderTest::SetShouldContain::operator()(
249 SetShouldContain(ac_matches_)).Leftovers();
  /external/chromium/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 158 class SetShouldContain : public std::unary_function<const std::string&,
161 explicit SetShouldContain(const ACMatches& matched_urls) {
201 SetShouldContain(ac_matches_)).LeftOvers();

Completed in 106 milliseconds