OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_change_processor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/
app_sync_bundle.cc
13
#include "sync/api/
sync_change_processor
.h"
24
syncer::SyncChangeProcessor*
sync_change_processor
,
27
sync_processor_.reset(
sync_change_processor
);
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc
475
TestSyncChangeProcessor*
sync_change_processor
= new TestSyncChangeProcessor;
local
476
autofill_syncable_service_.set_sync_processor(
sync_change_processor
);
483
ASSERT_EQ(1U,
sync_change_processor
->changes().size());
484
syncer::SyncChange result =
sync_change_processor
->changes()[0];
497
TestSyncChangeProcessor*
sync_change_processor
= new TestSyncChangeProcessor;
local
498
autofill_syncable_service_.set_sync_processor(
sync_change_processor
);
503
ASSERT_EQ(1U,
sync_change_processor
->changes().size());
504
syncer::SyncChange result =
sync_change_processor
->changes()[0];
Completed in 238 milliseconds