Home
last modified time | relevance | path

Searched refs:GetAllTypedUrls (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/history/
Durl_database.h60 bool GetAllTypedUrls(std::vector<history::URLRow>* urls);
Durl_database.cc103 bool URLDatabase::GetAllTypedUrls(std::vector<history::URLRow>* urls) { in GetAllTypedUrls() function in history::URLDatabase
Dhistory_backend.cc910 return db_->GetAllTypedUrls(urls); in GetAllTypedURLs()
/external/chromium_org/chrome/browser/history/
Durl_database.h60 bool GetAllTypedUrls(URLRows* urls);
Durl_database.cc91 bool URLDatabase::GetAllTypedUrls(URLRows* urls) { in GetAllTypedUrls() function in history::URLDatabase
Dhistory_backend.cc966 return db_->GetAllTypedUrls(urls); in GetAllTypedURLs()