HomeSort by relevance Sort by last modified time
    Searched refs:GetSyncCountForType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/components/sync_driver/
fake_generic_change_processor.cc 52 int FakeGenericChangeProcessor::GetSyncCountForType(syncer::ModelType type) {
fake_generic_change_processor.h 35 virtual int GetSyncCountForType(syncer::ModelType type) OVERRIDE;
generic_change_processor.h 93 virtual int GetSyncCountForType(syncer::ModelType type);
shared_change_processor.cc 100 return generic_change_processor_->GetSyncCountForType(type_);
generic_change_processor.cc 275 int GenericChangeProcessor::GetSyncCountForType(syncer::ModelType type) {

Completed in 35 milliseconds