Searched defs:sync_change_processor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dapp_sync_bundle.cc15 #include "sync/api/sync_change_processor.h"
27 syncer::SyncChangeProcessor* sync_change_processor,
30 sync_processor_.reset(sync_change_processor);
26 SetupSync( syncer::SyncChangeProcessor* sync_change_processor, syncer::SyncErrorFactory* sync_error_factory, const syncer::SyncDataList& initial_sync_data) argument
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_profile_syncable_service_unittest.cc561 TestSyncChangeProcessor* sync_change_processor = new TestSyncChangeProcessor; local
562 autofill_syncable_service_.set_sync_processor(sync_change_processor);
569 ASSERT_EQ(1U, sync_change_processor->changes().size());
570 syncer::SyncChange result = sync_change_processor->changes()[0];
583 TestSyncChangeProcessor* sync_change_processor = new TestSyncChangeProcessor; local
584 autofill_syncable_service_.set_sync_processor(sync_change_processor);
589 ASSERT_EQ(1U, sync_change_processor->changes().size());
590 syncer::SyncChange result = sync_change_processor->changes()[0];
1101 TestSyncChangeProcessor* sync_change_processor = new TestSyncChangeProcessor; local
1102 autofill_syncable_service_.set_sync_processor(sync_change_processor);
[all...]

Completed in 131 milliseconds