HomeSort by relevance Sort by last modified time
    Searched refs:new_urls (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/glue/
typed_url_model_associator.cc 56 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);
typed_url_model_associator.h 102 const TypedUrlVector* new_urls,
typed_url_change_processor.cc 200 TypedUrlModelAssociator::TypedUrlVector new_urls; local
249 new_urls.push_back(new_url);
305 if (!model_associator_->WriteToHistoryBackend(&titles, &new_urls,

Completed in 351 milliseconds