Searched defs:FakeSyncChangeProcessor (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sync/api/
H A Dfake_sync_change_processor.h12 class FakeSyncChangeProcessor : public SyncChangeProcessor { class in namespace:syncer
14 FakeSyncChangeProcessor();
15 virtual ~FakeSyncChangeProcessor();
53 DISALLOW_COPY_AND_ASSIGN(FakeSyncChangeProcessor);
H A Dfake_sync_change_processor.cc11 FakeSyncChangeProcessor::FakeSyncChangeProcessor() {} function in class:syncer::FakeSyncChangeProcessor
13 FakeSyncChangeProcessor::~FakeSyncChangeProcessor() {}
15 syncer::SyncError FakeSyncChangeProcessor::ProcessSyncChanges(
23 syncer::SyncDataList FakeSyncChangeProcessor::GetAllSyncData(
28 syncer::SyncError FakeSyncChangeProcessor::UpdateDataTypeContext(
36 const syncer::SyncChangeList& FakeSyncChangeProcessor::changes() const {
40 syncer::SyncChangeList& FakeSyncChangeProcessor::changes() {
44 const syncer::SyncDataList& FakeSyncChangeProcessor
[all...]
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_store_unittest.cc58 class FakeSyncChangeProcessor : public syncer::SyncChangeProcessor { class in namespace:dom_distiller::__anon6473
60 explicit FakeSyncChangeProcessor(EntryMap* model) : model_(model) {} function in class:dom_distiller::__anon6473::FakeSyncChangeProcessor
64 ADD_FAILURE() << "FakeSyncChangeProcessor::GetAllSyncData not implemented.";
148 fake_sync_processor_ = new FakeSyncChangeProcessor(&sync_model_);
183 FakeSyncChangeProcessor* fake_sync_processor_;
499 FakeSyncChangeProcessor* fake_sync_change_processor =
500 new FakeSyncChangeProcessor(&fake_model);

Completed in 218 milliseconds