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

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

Completed in 90 milliseconds