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

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 54 // SyncFrontend is the interface used by SyncBackendHost to communicate with
59 class SyncFrontend {
61 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...]
sync_backend_host_unittest.cc 29 class MockSyncFrontend : public SyncFrontend {
sync_backend_host.cc 87 SyncFrontend* frontend,
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 100 class ProfileSyncService : public browser_sync::SyncFrontend,
189 // SyncFrontend implementation.
642 // encrypted through the OnEncryptionComplete callback of SyncFrontend.

Completed in 69 milliseconds