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

  /external/chromium_org/chrome/browser/sync/glue/
model_association_manager.cc 110 ModelAssociationManager::ModelAssociationManager(
125 ModelAssociationManager::~ModelAssociationManager() {
128 void ModelAssociationManager::Initialize(syncer::ModelTypeSet desired_types) {
143 DVLOG(1) << "ModelAssociationManager: Initializing for "
152 void ModelAssociationManager::StopDisabledTypes() {
153 DVLOG(1) << "ModelAssociationManager: Stopping disabled types.";
169 void ModelAssociationManager::LoadEnabledTypes() {
181 dtc->LoadModels(base::Bind(&ModelAssociationManager::ModelLoadCallback
    [all...]
model_association_manager.h 17 // |ModelAssociationManager| does the heavy lifting for doing the actual model
26 // |ModelAssociationManager| association functions are async. The results of
39 class ModelAssociationManager {
41 ModelAssociationManager(const DataTypeController::TypeMap* controllers,
43 virtual ~ModelAssociationManager();
47 // of Initialize is only allowed if the ModelAssociationManager has invoked
65 base::OneShotTimer<ModelAssociationManager>* GetTimerForTesting();
149 base::OneShotTimer<ModelAssociationManager> timer_;
151 base::WeakPtrFactory<ModelAssociationManager> weak_ptr_factory_;
155 DISALLOW_COPY_AND_ASSIGN(ModelAssociationManager);
    [all...]

Completed in 134 milliseconds