AttributeOldValue   90 Source/core/dom/MutationObserver.cpp         options |= AttributeOldValue;
AttributeOldValue  121 Source/core/dom/MutationObserver.cpp         if (options & AttributeOldValue) {
AttributeOldValue   67 Source/core/dom/MutationObserverInterestGroup.h         return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &attributeName);
AttributeOldValue   58 Source/core/dom/MutationObserverRegistration.h     MutationRecordDeliveryOptions deliveryOptions() const { return m_options & (MutationObserver::AttributeOldValue | MutationObserver::CharacterDataOldValue); }