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

  /external/chromium_org/sync/engine/
syncer.cc 121 ApplyUpdatesAndResolveConflictsCommand apply_updates; local
122 apply_updates.Execute(session);
  /external/chromium/chrome/browser/sync/engine/
syncer.cc 162 next_step = APPLY_UPDATES;
168 case APPLY_UPDATES: {
170 ApplyUpdatesCommand apply_updates; local
171 apply_updates.Execute(session);
254 ApplyUpdatesCommand apply_updates; local
256 apply_updates.Execute(session);

Completed in 223 milliseconds