Home | History | Annotate | Download | only in dom

Lines Matching refs:deliveryOptions

1993             MutationRecordDeliveryOptions deliveryOptions = registration.deliveryOptions();
1994 WillBeHeapHashMap<RawPtrWillBeMember<MutationObserver>, MutationRecordDeliveryOptions>::AddResult result = observers.add(&registration.observer(), deliveryOptions);
1996 result.storedValue->value |= deliveryOptions;