Home | History | Annotate | Download | only in history

Lines Matching full:time

58   // Fills all visits in the time range [begin, end) to the given vector. Either
59 // time can be is_null(), in which case the times in that direction are
67 void GetAllVisitsInRange(base::Time begin_time, base::Time end_time,
70 // Fills all visits with specified transition in the time range [begin, end)
71 // to the given vector. Either time can be is_null(), in which case the times
79 void GetVisitsInRangeForTransition(base::Time begin_time,
80 base::Time end_time,
85 // Fills all visits in the given time range into the given vector that should
87 // begin time is inclusive, the end time is exclusive. Either time can be
95 // recent one in the time range.
96 void GetVisibleVisitsInRange(base::Time begin_time, base::Time end_time,
140 // count is set to the number of visits, first_visit is set to the first time
143 base::Time* first_visit);
145 // Get the time of the first item in our database.
146 bool GetStartDate(base::Time* first_visit);