Searched refs:SyncFrontend (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h54 // SyncFrontend is the interface used by SyncBackendHost to communicate with
59 class SyncFrontend { class in namespace:browser_sync
61 SyncFrontend() {} function in class:browser_sync::SyncFrontend
103 // Don't delete through SyncFrontend interface.
104 virtual ~SyncFrontend() {
107 DISALLOW_COPY_AND_ASSIGN(SyncFrontend);
113 // that the SyncFrontend is only accessed on the UI loop.
122 // and communicates to via the SyncFrontend interface (on the same thread
134 void Initialize(SyncFrontend* frontend,
597 // to safely talk back to the SyncFrontend
[all...]
H A Dsync_backend_host_unittest.cc29 class MockSyncFrontend : public SyncFrontend {
H A Dsync_backend_host.cc87 SyncFrontend* frontend,
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service.h100 class ProfileSyncService : public browser_sync::SyncFrontend,
189 // SyncFrontend implementation.
642 // encrypted through the OnEncryptionComplete callback of SyncFrontend.

Completed in 73 milliseconds