Home | History | Annotate | Download | only in webdata

Lines Matching defs:sync_processor_

129     sync_processor_.reset(new MockSyncChangeProcessor);
146 ON_CALL(*sync_processor_, ProcessSyncChanges(_, _))
148 EXPECT_CALL(*sync_processor_,
153 // Takes ownership of sync_processor_.
156 sync_processor_.PassAs<syncer::SyncChangeProcessor>(),
166 scoped_ptr<MockSyncChangeProcessor> sync_processor_;
382 EXPECT_CALL(*sync_processor_, ProcessSyncChanges(_, _)).Times(0);
384 // Takes ownership of sync_processor_.
387 sync_processor_.PassAs<syncer::SyncChangeProcessor>(),
465 autofill_syncable_service_.set_sync_processor(sync_processor_.release());