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

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 57 // SyncFrontend is the interface used by SyncBackendHost to communicate with
62 class SyncFrontend {
64 SyncFrontend() {}
140 // Don't delete through SyncFrontend interface.
141 virtual ~SyncFrontend() {
144 DISALLOW_COPY_AND_ASSIGN(SyncFrontend);
150 // that the SyncFrontend is only accessed on the UI loop.
159 // it serves and communicates to via the SyncFrontend interface (on
179 SyncFrontend* frontend,
402 SyncFrontend* frontend() { return frontend_;
    [all...]
sync_backend_host_unittest.cc 60 class MockSyncFrontend : public SyncFrontend {
sync_backend_host.cc 343 SyncFrontend* frontend,
    [all...]
  /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.
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 159 public browser_sync::SyncFrontend,
296 // SyncFrontend implementation.
    [all...]

Completed in 116 milliseconds