Searched refs:PerModelSafeGroupState (Results 1 – 4 of 4) sorted by relevance
33 PerModelSafeGroupState* StatusController::GetOrCreateModelSafeGroupState( in GetOrCreateModelSafeGroupState()37 PerModelSafeGroupState* state = new PerModelSafeGroupState(&is_dirty_); in GetOrCreateModelSafeGroupState()179 std::map<ModelSafeGroup, PerModelSafeGroupState*>::const_iterator it = in HasConflictingUpdates()191 std::map<ModelSafeGroup, PerModelSafeGroupState*>::const_iterator it = in TotalNumConflictingItems()
232 PerModelSafeGroupState* GetOrCreateModelSafeGroupState(bool restrict,236 std::map<ModelSafeGroup, PerModelSafeGroupState*> per_model_group_;238 STLValueDeleter<std::map<ModelSafeGroup, PerModelSafeGroupState*> >
295 struct PerModelSafeGroupState { struct296 explicit PerModelSafeGroupState(bool* dirty_flag);297 ~PerModelSafeGroupState();
355 PerModelSafeGroupState::PerModelSafeGroupState(bool* dirty_flag) in PerModelSafeGroupState() function in browser_sync::sessions::PerModelSafeGroupState359 PerModelSafeGroupState::~PerModelSafeGroupState() { in ~PerModelSafeGroupState()