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

  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 124 // FakeServerChange constructs a list of sync_api::ChangeRecords while modifying
128 // Tests using FakeServerChange should be careful to avoid back-references,
129 // since FakeServerChange will send the edits in the order specified.
130 class FakeServerChange {
132 explicit FakeServerChange(sync_api::WriteTransaction* trans) : trans_(trans) {
201 // a practical matter, users of FakeServerChange must move or delete
576 FakeServerChange adds(&trans);
608 FakeServerChange mods(&trans);
641 FakeServerChange dels(&trans);
668 FakeServerChange adds(&trans)
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 64 // FakeServerChange constructs a list of syncer::ChangeRecords while modifying
68 // Tests using FakeServerChange should be careful to avoid back-references,
69 // since FakeServerChange will send the edits in the order specified.
70 class FakeServerChange {
72 explicit FakeServerChange(syncer::WriteTransaction* trans) : trans_(trans) {
173 // a practical matter, users of FakeServerChange must move or delete
850 FakeServerChange adds(&trans);
884 FakeServerChange mods(&trans);
    [all...]

Completed in 28 milliseconds