Home | History | Annotate | Download | only in integration

Lines Matching refs:history

10 #include "components/history/core/browser/history_types.h"
20 history::URLRows GetTypedUrlsFromClient(int index);
23 // was not found in the history DB.
24 bool GetUrlFromClient(int index, const GURL& url, history::URLRow* row);
27 history::VisitVector GetVisitsFromClient(int index, history::URLID id);
30 void RemoveVisitsFromClient(int index, const history::VisitVector& visits);
32 // Adds a URL to the history DB for a specific sync profile (just registers a
36 // Adds a URL to the history DB for a specific sync profile (just registers a
41 history::VisitSource source);
43 // Adds a URL to the history DB for a specific sync profile (just registers a
49 history::VisitSource source,
52 // Deletes a URL from the history DB for a specific sync profile.
55 // Deletes a list of URLs from the history DB for a specific sync
68 bool CheckURLRowVectorsAreEqual(const history::URLRows& left,
69 const history::URLRows& right);
72 bool CheckURLRowsAreEqual(const history::URLRow& left,
73 const history::URLRow& right);
76 bool AreVisitsEqual(const history::VisitVector& visit1,
77 const history::VisitVector& visit2);
80 bool AreVisitsUnique(const history::VisitVector& visits);