Searched defs:updated_urls (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.cc191 history::URLRows updated_urls; local
294 updated_urls.push_back(new_url);
374 &updated_urls,
402 WriteToHistoryBackend(&new_urls, &updated_urls, &new_visits, NULL);
410 history::URLRows* updated_urls,
437 updated_urls->push_back(new_url);
513 const history::URLRows* updated_urls,
519 if (updated_urls) {
527 size_t num_successful_updates = history_backend_->UpdateURLs(*updated_urls);
528 num_db_errors_ += updated_urls
406 UpdateFromSyncDB( const sync_pb::TypedUrlSpecifics& typed_url, TypedUrlVisitVector* visits_to_add, history::VisitVector* visits_to_remove, history::URLRows* updated_urls, history::URLRows* new_urls) argument
511 WriteToHistoryBackend( const history::URLRows* new_urls, const history::URLRows* updated_urls, const TypedUrlVisitVector* new_visits, const history::VisitVector* deleted_visits) argument
[all...]

Completed in 66 milliseconds