HomeSort by relevance Sort by last modified time
    Searched full:syncmanager (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc 110 const sync_api::SyncManager::ChangeRecord* changes,
123 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE ==
159 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE ==
166 if (sync_api::SyncManager::ChangeRecord::ACTION_ADD ==
preference_change_processor.h 42 const sync_api::SyncManager::ChangeRecord* changes,
session_change_processor.h 54 const sync_api::SyncManager::ChangeRecord* changes,
typed_url_change_processor.h 55 const sync_api::SyncManager::ChangeRecord* changes,
change_processor.h 44 const sync_api::SyncManager::ChangeRecord* changes,
password_change_processor.h 48 const sync_api::SyncManager::ChangeRecord* changes,
sync_backend_host.h 111 // syncapi element, the SyncManager, on its own thread. This class handles
116 typedef sync_api::SyncManager::Status::Summary StatusSummary;
117 typedef sync_api::SyncManager::Status Status;
261 public sync_api::SyncManager::Observer,
267 // SyncManager::Observer implementation. The Core just acts like an air
273 const sync_api::SyncManager::ChangeRecord* changes,
389 sync_api::SyncManager* syncapi() { return syncapi_.get(); }
443 // off as soon as the SyncManager tells us it completed
504 scoped_ptr<sync_api::SyncManager> syncapi_;
typed_url_change_processor.cc 185 const sync_api::SyncManager::ChangeRecord* changes,
206 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE ==
230 if (sync_api::SyncManager::ChangeRecord::ACTION_ADD == changes[i].action) {
bookmark_change_processor.h 57 const sync_api::SyncManager::ChangeRecord* changes,
bookmark_change_processor.cc 351 const sync_api::SyncManager::ChangeRecord* changes,
390 sync_api::SyncManager::ChangeRecord::ACTION_DELETE) {
418 sync_api::SyncManager::ChangeRecord::ACTION_ADD), (dst == NULL))
sync_backend_host.cc 468 // Notify the SyncManager about the new types.
672 syncapi_(new sync_api::SyncManager()),
849 const sync_api::SyncManager::ChangeRecord* changes,
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java 35 * Base class for all protocol services SyncManager (extends Service, implements
77 * Sent by SyncManager to request that the service stop itself cleanly
82 * Sent by SyncManager to indicate that an alarm has fired for this service, and that its
92 * Sent by SyncManager to request that the service reset itself cleanly; the meaning of this
CalendarSyncAdapterService.java 92 * Partial integration with system SyncManager; we tell our EAS ExchangeService to start a
93 * calendar sync when we get the signal from SyncManager.