Searched refs:new_urls (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.h83 void WriteToHistoryBackend(const history::URLRows* new_urls,
93 // |updated_urls| or |new_urls| depending on whether the URL already existed
99 history::URLRows* new_urls);
H A Dtyped_url_model_associator.cc183 history::URLRows new_urls; local
368 &new_urls);
395 WriteToHistoryBackend(&new_urls, &updated_urls, &new_visits, NULL);
404 history::URLRows* new_urls) {
433 new_urls->push_back(new_url);
506 const history::URLRows* new_urls,
510 if (new_urls) {
511 history_backend_->AddPagesWithDetails(*new_urls, history::SOURCE_SYNCED);
399 UpdateFromSyncDB( const sync_pb::TypedUrlSpecifics& typed_url, TypedUrlVisitVector* visits_to_add, history::VisitVector* visits_to_remove, TypedUrlUpdateVector* updated_urls, history::URLRows* new_urls) argument
505 WriteToHistoryBackend( const history::URLRows* new_urls, const TypedUrlUpdateVector* updated_urls, const TypedUrlVisitVector* new_visits, const history::VisitVector* deleted_visits) argument
/external/chromium/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc56 TypedUrlVector new_urls; local
169 new_urls.push_back(new_url);
181 return WriteToHistoryBackend(&titles, &new_urls, &updated_urls,
285 const TypedUrlVector* new_urls,
295 if (new_urls) {
296 history_backend_->AddPagesWithDetails(*new_urls, history::SOURCE_SYNCED);
283 WriteToHistoryBackend( const TypedUrlTitleVector* titles, const TypedUrlVector* new_urls, const TypedUrlUpdateVector* updated_urls, const TypedUrlVisitVector* new_visits, const history::VisitVector* deleted_visits) argument
H A Dtyped_url_change_processor.cc200 TypedUrlModelAssociator::TypedUrlVector new_urls; local
249 new_urls.push_back(new_url);
305 if (!model_associator_->WriteToHistoryBackend(&titles, &new_urls,
H A Dtyped_url_model_associator.h102 const TypedUrlVector* new_urls,

Completed in 96 milliseconds