HomeSort by relevance Sort by last modified time
    Searched full:updated_urls (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.h 82 const TypedUrlUpdateVector* updated_urls,
91 // |updated_urls| or |new_urls| depending on whether the URL already existed
96 TypedUrlUpdateVector* updated_urls,
typed_url_model_associator.cc 192 TypedUrlUpdateVector updated_urls; local
293 updated_urls.push_back(
374 &updated_urls,
402 WriteToHistoryBackend(&new_urls, &updated_urls, &new_visits, NULL);
410 TypedUrlUpdateVector* updated_urls,
437 updated_urls->push_back(
514 const TypedUrlUpdateVector* updated_urls,
520 if (updated_urls) {
521 for (TypedUrlUpdateVector::const_iterator url = updated_urls->begin();
522 url != updated_urls->end(); ++url)
    [all...]

Completed in 1605 milliseconds