Home
last modified time | relevance | path

Searched refs:AppendResultsBySwapping (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/history/
Dhistory_types_unittest.cc145 results.AppendResultsBySwapping(&appendee, true); in TEST()
Dhistory_types.h437 void AppendResultsBySwapping(QueryResults* other, bool remove_dupes);
Dhistory_types.cc195 void QueryResults::AppendResultsBySwapping(QueryResults* other, in AppendResultsBySwapping() function in history::QueryResults
/external/chromium/chrome/browser/autocomplete/
Dhistory_contents_provider.cc165 results_.AppendResultsBySwapping(results, true); in QueryComplete()