Searched refs:stored_changes (Results 1 – 1 of 1) sorted by relevance
19 auto& stored_changes = state_changes_[timestamp]; in NotifyPropertiesUpdated() local21 if (stored_changes) in NotifyPropertiesUpdated()22 stored_changes->MergeDictionary(&changed_properties); in NotifyPropertiesUpdated()24 stored_changes.reset(changed_properties.DeepCopy()); in NotifyPropertiesUpdated()