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

/external/chromium_org/chrome/browser/prefs/
H A Dprefs_syncable_service_unittest.cc39 class TestSyncProcessorStub : public syncer::SyncChangeProcessor { class in inherits:syncer::SyncChangeProcessor
41 explicit TestSyncProcessorStub(syncer::SyncChangeList* output) function in class:TestSyncProcessorStub
147 test_processor_ = new TestSyncProcessorStub(output);
202 TestSyncProcessorStub* test_processor_;
469 TestSyncProcessorStub* stub = new TestSyncProcessorStub(&output);
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager_unittest.cc130 class TestSyncProcessorStub : public syncer::SyncChangeProcessor { class in namespace:browser_sync::__anon4792
132 explicit TestSyncProcessorStub(syncer::SyncChangeList* output) function in class:browser_sync::__anon4792::TestSyncProcessorStub
273 test_processor_ = new TestSyncProcessorStub(output);
318 TestSyncProcessorStub* test_processor_;
805 new TestSyncProcessorStub(&out)),
882 new TestSyncProcessorStub(&out)),
1393 new TestSyncProcessorStub(&changes)),

Completed in 1925 milliseconds