Searched refs:GetAllTypedUrls (Results 1 – 6 of 6) sorted by relevance
60 bool GetAllTypedUrls(std::vector<history::URLRow>* urls);
103 bool URLDatabase::GetAllTypedUrls(std::vector<history::URLRow>* urls) { in GetAllTypedUrls() function in history::URLDatabase
910 return db_->GetAllTypedUrls(urls); in GetAllTypedURLs()
60 bool GetAllTypedUrls(URLRows* urls);
91 bool URLDatabase::GetAllTypedUrls(URLRows* urls) { in GetAllTypedUrls() function in history::URLDatabase
966 return db_->GetAllTypedUrls(urls); in GetAllTypedURLs()