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

  /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);
syncer.h 52 APPLY_UPDATES,
syncer_thread.cc 512 *end = APPLY_UPDATES;
    [all...]
syncer_thread2_unittest.cc     [all...]
syncer_unittest.cc     [all...]
  /external/chromium_org/sync/engine/
syncer.cc 121 ApplyUpdatesAndResolveConflictsCommand apply_updates; local
122 apply_updates.Execute(session);

Completed in 169 milliseconds