Lines Matching refs:history
53 namespace history {
77 virtual bool RunOnDBThread(history::HistoryBackend* backend,
78 history::HistoryDatabase* db) = 0;
105 static const history::StarID kBookmarkBarID;
157 history::URLDatabase* InMemoryDatabase();
160 history::InMemoryURLIndex* InMemoryIndex();
193 const history::RedirectList& redirects,
194 history::VisitSource visit_source,
205 const history::RedirectList& redirects,
206 history::VisitSource visit_source,
210 void AddPage(const GURL& url, history::VisitSource visit_source) { in AddPage()
212 history::RedirectList(), visit_source, false); in AddPage()
216 void AddPage(const history::HistoryAddPageArgs& add_page_args);
271 const history::URLRow*,
272 history::VisitVector*>::Type
287 typedef Callback2<Handle, history::QueryResults*>::Type
298 const history::QueryOptions& options,
314 history::RedirectList*>::Type
351 history::RedirectMap*>::Type // Redirects for top URLs.
361 typedef Callback2<Handle, history::MostVisitedURLList>::Type
502 typedef Callback2<Handle, std::vector<history::KeywordSearchTermVisit>*>::Type
560 history::VisitSource visit_source);
563 void AddPagesWithDetails(const std::vector<history::URLRow>& info,
564 history::VisitSource visit_source);
594 friend class history::HistoryBackend;
595 friend class history::HistoryQueryTest;
629 history::HistoryDetails* details_deleted);
647 history::IconType icon_type);
654 history::IconType icon_type);
669 const std::vector<history::ImportedFaviconUsage>& favicon_usage);
676 history::IconType icon_type);
681 void SetInMemoryBackend(history::InMemoryHistoryBackend* mem_backend);
850 scoped_refptr<history::HistoryBackend> history_backend_;
855 scoped_ptr<history::InMemoryHistoryBackend> in_memory_backend_;