Searched refs:model_types_with_payloads (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc430 syncable::ModelTypePayloadMap model_types_with_payloads; local
431 model_types_with_payloads[syncable::BOOKMARKS] = "test";
438 model_types_with_payloads, FROM_HERE); local
442 EXPECT_EQ(model_types_with_payloads, records.snapshots[0]->source.types);
448 model_types_with_payloads.erase(syncable::BOOKMARKS);
449 model_types_with_payloads[syncable::AUTOFILL] = "test2";
454 model_types_with_payloads, FROM_HERE); local
458 EXPECT_EQ(model_types_with_payloads, records2.snapshots[0]->source.types);
H A Dsyncapi.cc2835 syncable::ModelTypePayloadMap model_types_with_payloads = local
2839 data_->OnIncomingNotification(model_types_with_payloads);

Completed in 67 milliseconds