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

  /external/chromium/chrome/browser/sync/engine/
update_applicator.cc 35 successful_ids_.reserve(item_count);
72 successful_ids_.push_back(entry.Get(syncable::ID));
127 for (i = successful_ids_.begin(); i != successful_ids_.end(); ++i) {
update_applicator.h 81 std::vector<syncable::Id> successful_ids_; member in class:browser_sync::UpdateApplicator

Completed in 5974 milliseconds