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

  /external/chromium_org/components/sync_driver/
model_association_manager.cc 111 ModelAssociationManager::ModelAssociationManager(
126 ModelAssociationManager::~ModelAssociationManager() {
129 void ModelAssociationManager::Initialize(syncer::ModelTypeSet desired_types) {
143 DVLOG(1) << "ModelAssociationManager: Initializing for "
152 void ModelAssociationManager::StopDatatype(
166 void ModelAssociationManager::StopDisabledTypes() {
167 DVLOG(1) << "ModelAssociationManager: Stopping disabled types.";
179 void ModelAssociationManager::LoadEnabledTypes()
    [all...]
model_association_manager.h 21 // |ModelAssociationManager| does the heavy lifting for doing the actual model
26 // |ModelAssociationManager| association functions are async. The results of
36 // Called when the ModelAssociationManager has decided it must stop |type|,
42 // Called when the ModelAssociationManager has tried to perform model
50 class ModelAssociationManager {
52 ModelAssociationManager(const DataTypeController::TypeMap* controllers,
54 virtual ~ModelAssociationManager();
58 // of Initialize is only allowed if the ModelAssociationManager has invoked
76 base::OneShotTimer<ModelAssociationManager>* GetTimerForTesting();
147 base::OneShotTimer<ModelAssociationManager> timer_
    [all...]

Completed in 1000 milliseconds