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(
106 void SyncBackendRegistrar::SetInitialTypes(syncer::ModelTypeSet initial_types) {
136 bool SyncBackendRegistrar::IsNigoriEnabled() const {
142 syncer::ModelTypeSet SyncBackendRegistrar::ConfigureDataTypes(
187 syncer::ModelTypeSet SyncBackendRegistrar::GetLastConfiguredTypes() const {
191 void SyncBackendRegistrar::RequestWorkerStopOnUIThread() {
200 void SyncBackendRegistrar::ActivateDataType(
226 void SyncBackendRegistrar::DeactivateDataType(syncer::ModelType type) {
237 bool SyncBackendRegistrar::IsTypeActivatedForTest
    [all...]
sync_backend_registrar.h 38 class SyncBackendRegistrar : public syncer::SyncManager::ChangeDelegate,
43 SyncBackendRegistrar(const std::string& name,
47 // SyncBackendRegistrar must be destroyed as follows:
52 // 3) UI posts SyncBackendRegistrar::ShutDown() on sync thread to
58 virtual ~SyncBackendRegistrar();
60 // Informs the SyncBackendRegistrar of the currently enabled set of types.
189 DISALLOW_COPY_AND_ASSIGN(SyncBackendRegistrar);

Completed in 488 milliseconds