Home | History | Annotate | Download | only in engine

Lines Matching refs:updates

35 // A test harness for tests that focus on processing updates.
37 // Update processing is what occurs when we first download updates. It converts
39 // Any invalid or redundant updates will be dropped at this point.
148 // Add it to the applicable updates list.
184 // Add it to the applicable updates list.
217 // Add it to the applicable updates list.
291 // Add to the applicable updates list.
292 SyncEntityList updates;
293 updates.push_back(type_root.get());
294 updates.push_back(e1.get());
295 updates.push_back(e2.get());
297 // Process and apply updates.
300 handler.ProcessGetUpdatesResponse(progress, context, updates, &status));
348 SyncEntityList updates;
349 updates.push_back(type_root.get());
350 updates.push_back(e1.get());
355 progress, old_context, updates, &status));
378 updates.clear();
379 updates.push_back(e2.get());
382 // error and the updates should be dropped.
385 progress, new_context, updates, &status));
399 // A test harness for tests that focus on applying updates.
401 // Update application is performed when we want to take updates that were
534 // Test that the applicator can handle updates delivered out of order.
575 << "All updates should have been successfully applied";
792 // Attempt to apply updates where the updated item's parent is not known to this
807 << "All updates with an unknown ancestors should be in conflict";
827 // See what happens when there's a mixture of good and bad updates.
847 updates with unknown ancestors should be in conflict";
849 << "The updates with known ancestors should be successfully applied";
876 // Decryptable password updates should be applied.
902 << "The updates that can be decrypted should be applied";
915 // Undecryptable updates should not be applied.
941 << "Updates that can't be decrypted should be in encryption conflict";
947 << "Updates that can't be decrypted should be in encryption conflict";
965 // Test a mix of decryptable and undecryptable updates.
972 // Only decryptable password updates should be applied.
1011 << "The updates that can't be decrypted should be in encryption "