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

  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider_unittest.cc 117 class SetShouldContain : public std::unary_function<const std::string&,
120 explicit SetShouldContain(const ACMatches& matched_urls);
243 HistoryQuickProviderTest::SetShouldContain::SetShouldContain(
250 void HistoryQuickProviderTest::SetShouldContain::operator()(
284 SetShouldContain(ac_matches_)).LeftOvers();
    [all...]
shortcuts_provider_unittest.cc 250 class SetShouldContain
254 explicit SetShouldContain(const ACMatches& matched_urls);
343 ShortcutsProviderTest::SetShouldContain::SetShouldContain(
351 void ShortcutsProviderTest::SetShouldContain::operator()(
382 SetShouldContain(ac_matches_)).Leftovers();
    [all...]

Completed in 129 milliseconds