HomeSort by relevance Sort by last modified time
    Searched defs:SyncBackendRegistrar (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 57 SyncBackendRegistrar::SyncBackendRegistrar(
108 void SyncBackendRegistrar::SetInitialTypes(syncer::ModelTypeSet initial_types) {
138 bool SyncBackendRegistrar::IsNigoriEnabled() const {
144 syncer::ModelTypeSet SyncBackendRegistrar::ConfigureDataTypes(
189 syncer::ModelTypeSet SyncBackendRegistrar::GetLastConfiguredTypes() const {
193 void SyncBackendRegistrar::RequestWorkerStopOnUIThread() {
202 void SyncBackendRegistrar::ActivateDataType(
226 void SyncBackendRegistrar::DeactivateDataType(syncer::ModelType type) {
237 bool SyncBackendRegistrar::IsTypeActivatedForTest
    [all...]
sync_backend_registrar.h 41 class SyncBackendRegistrar : public syncer::SyncManager::ChangeDelegate,
46 SyncBackendRegistrar(const std::string& name,
50 // SyncBackendRegistrar must be destroyed as follows:
55 // 3) UI posts SyncBackendRegistrar::ShutDown() on sync thread to
61 virtual ~SyncBackendRegistrar();
63 // Informs the SyncBackendRegistrar of the currently enabled set of types.
193 DISALLOW_COPY_AND_ASSIGN(SyncBackendRegistrar);

Completed in 289 milliseconds