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

/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.cc74 void Syncer::SyncShare(sessions::SyncSession* session) { function in class:browser_sync::Syncer
83 SyncShare(session, CLEAR_PRIVATE_DATA, SYNCER_END);
86 SyncShare(session, SYNCER_BEGIN, SYNCER_END);
90 void Syncer::SyncShare(sessions::SyncSession* session, function in class:browser_sync::Syncer
/external/chromium/chrome/browser/sync/glue/
H A Dui_model_worker_unittest.cc47 void SyncShare(UIModelWorkerVisitor* visitor) { function in class:Syncer
65 syncer_->SyncShare(visitor_);
87 // SyncShare to remove the syncer from it's watch. Here we just manually
139 // (hopefully) scheduled task from a SyncShare invocation.

Completed in 72 milliseconds