Searched refs:kept_urls (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.cc2555 URLRows kept_urls; local
2565 kept_urls.push_back(row);
2570 if (!ClearAllThumbnailHistory(kept_urls)) {
2576 // ClearAllMainHistory will change the IDs of the URLs in kept_urls.
2579 if (!ClearAllMainHistory(kept_urls))
2581 kept_urls.clear();
2594 bool HistoryBackend::ClearAllThumbnailHistory(const URLRows& kept_urls) { argument
2609 for (URLRows::const_iterator i = kept_urls.begin();
2610 i != kept_urls.end(); ++i) {
2642 bool HistoryBackend::ClearAllMainHistory(const URLRows& kept_urls) { argument
[all...]
H A Dhistory_backend.h797 bool ClearAllThumbnailHistory(const URLRows& kept_urls);
804 bool ClearAllMainHistory(const URLRows& kept_urls);

Completed in 151 milliseconds