HomeSort by relevance Sort by last modified time
    Searched defs:SyncChangeProcessorWrapperForTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sync/api/
sync_change_processor_wrapper_for_test.cc 9 SyncChangeProcessorWrapperForTest::SyncChangeProcessorWrapperForTest(
15 SyncChangeProcessorWrapperForTest::~SyncChangeProcessorWrapperForTest() {}
17 syncer::SyncError SyncChangeProcessorWrapperForTest::ProcessSyncChanges(
23 syncer::SyncDataList SyncChangeProcessorWrapperForTest::GetAllSyncData(
sync_change_processor_wrapper_for_test.h 13 class SyncChangeProcessorWrapperForTest : public SyncChangeProcessor {
15 // Create a SyncChangeProcessorWrapperForTest.
19 explicit SyncChangeProcessorWrapperForTest(
21 virtual ~SyncChangeProcessorWrapperForTest();
33 DISALLOW_COPY_AND_ASSIGN(SyncChangeProcessorWrapperForTest);

Completed in 212 milliseconds