Searched defs:new_visits (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc192 TypedUrlVisitVector new_visits; local
297 new_visits.push_back(
372 &new_visits,
402 WriteToHistoryBackend(&new_urls, &updated_urls, &new_visits, NULL);
514 const TypedUrlVisitVector* new_visits,
530 if (new_visits) {
531 for (TypedUrlVisitVector::const_iterator visits = new_visits->begin();
532 visits != new_visits->end(); ++visits) {
562 std::vector<history::VisitInfo>* new_visits) {
635 new_visits
511 WriteToHistoryBackend( const history::URLRows* new_urls, const history::URLRows* updated_urls, const TypedUrlVisitVector* new_visits, const history::VisitVector* deleted_visits) argument
557 MergeUrls( const sync_pb::TypedUrlSpecifics& node, const history::URLRow& url, history::VisitVector* visits, history::URLRow* new_url, std::vector<history::VisitInfo>* new_visits) argument
771 DiffVisits( const history::VisitVector& old_visits, const sync_pb::TypedUrlSpecifics& new_url, std::vector<history::VisitInfo>* new_visits, history::VisitVector* removed_visits) argument
[all...]
H A Dtyped_url_model_associator_unittest.cc201 std::vector<history::VisitInfo> new_visits; local
206 &new_visits));
208 EXPECT_EQ(1U, new_visits.size());
209 EXPECT_EQ(4U, new_visits[0].first.ToInternalValue());
233 std::vector<history::VisitInfo> new_visits; local
237 &new_visits, &removed_visits);
238 EXPECT_TRUE(new_visits.empty());
266 std::vector<history::VisitInfo> new_visits; local
270 &new_visits, &removed_visits);
271 EXPECT_TRUE(new_visits
300 std::vector<history::VisitInfo> new_visits; local
[all...]

Completed in 1778 milliseconds