HomeSort by relevance Sort by last modified time
    Searched defs:SyncFrontend (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 85 milliseconds