Home
last modified time | relevance | path

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

/external/chromium_org/components/history/core/browser/
Dhistory_types_unittest.cc46 results->AppendURLBySwapping(&result1); in AddSimpleData()
47 results->AppendURLBySwapping(&result2); in AddSimpleData()
48 results->AppendURLBySwapping(&result3); in AddSimpleData()
Dhistory_types.cc72 void QueryResults::AppendURLBySwapping(URLResult* result) { in AppendURLBySwapping() function in history::QueryResults
Dhistory_types.h202 void AppendURLBySwapping(URLResult* result);
/external/chromium_org/chrome/browser/history/
Dhistory_backend.cc1260 result->AppendURLBySwapping(&url_result); in QueryHistoryBasic()
1294 result->AppendURLBySwapping(&(*it)); in QueryHistoryText()