Lines Matching full:history
5 #include "chrome/browser/history/url_database.h"
18 namespace history {
72 // Convenience to fill a history::URLRow. Must be in sync with the fields in
74 void URLDatabase::FillURLRow(sql::Statement& s, history::URLRow* i) {
103 bool URLDatabase::GetAllTypedUrls(std::vector<history::URLRow>* urls) {
117 URLID URLDatabase::GetRowForURL(const GURL& url, history::URLRow* info) {
134 const history::URLRow& info) {
151 URLID URLDatabase::AddURLInternal(const history::URLRow& info,
188 << " to table history.urls.";
240 // the main database are not created here. When deleting all history, they
296 std::vector<history::URLRow>* results) {
334 history::URLRow info;
346 history::URLRow* info) {
559 } // namespace history