Searched defs:refresh_status (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/sync/api/
H A Dsync_change_processor.cc15 syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
13 UpdateDataTypeContext( ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument
H A Dfake_sync_change_processor.cc30 ContextRefreshStatus refresh_status,
28 UpdateDataTypeContext( ModelType type, ContextRefreshStatus refresh_status, const std::string& context) argument
/external/chromium_org/components/sync_driver/
H A Dshared_change_processor_ref.cc30 syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
33 type, refresh_status, context);
28 UpdateDataTypeContext( syncer::ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument
H A Dshared_change_processor.cc148 syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
161 type, refresh_status, context);
146 UpdateDataTypeContext( syncer::ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument
H A Dgeneric_change_processor.cc208 syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
221 trans.SetDataTypeContext(type, refresh_status, context);
224 // trigger a datatype nudge if |refresh_status == REFRESH_NEEDED|.
206 UpdateDataTypeContext( syncer::ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument
/external/chromium_org/sync/internal_api/
H A Dwrite_transaction.cc43 syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status,
64 if (refresh_status == syncer::SyncChangeProcessor::REFRESH_NEEDED) {
41 SetDataTypeContext( ModelType type, syncer::SyncChangeProcessor::ContextRefreshStatus refresh_status, const std::string& context) argument

Completed in 113 milliseconds