Searched defs:syncapi (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host.h21 #include "chrome/browser/sync/engine/syncapi.h"
111 // syncapi element, the SyncManager, on its own thread. This class handles
329 // (and potentially blocking) syncapi operations.
332 // of the syncapi on behalf of SyncBackendHost::Initialize.
342 // Called on the SyncBackendHost core_thread_ to tell the syncapi to start
369 // 1) From |core_thread_|, invoke the syncapi Shutdown call to do a final
373 // syncapi thread-exit handlers to run and make use of cached pointers to
375 // 3) Destroy this Core. That will delete syncapi components in a safe order
389 sync_api::SyncManager* syncapi() { return syncapi_.get(); } function in class:browser_sync::SyncBackendHost::Core
410 // setup to nudge the syncapi int
[all...]

Completed in 119 milliseconds