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);
226 HistoryQuickProviderTest::SetShouldContain::SetShouldContain(
233 void HistoryQuickProviderTest::SetShouldContain::operator()(
265 SetShouldContain(ac_matches_)).LeftOvers();
shortcuts_provider_unittest.cc 222 class SetShouldContain
226 explicit SetShouldContain(const ACMatches& matched_urls);
317 ShortcutsProviderTest::SetShouldContain::SetShouldContain(
325 void ShortcutsProviderTest::SetShouldContain::operator()(
357 SetShouldContain(ac_matches_)).Leftovers();
    [all...]
  /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 116 milliseconds