HomeSort by relevance Sort by last modified time
    Searched refs:AttributeOldValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.h 79 AttributeOldValue = 1 << 5,
MutationObserverInterestGroup.h 68 return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &attributeName);
MutationObserverRegistration.h 59 MutationRecordDeliveryOptions deliveryOptions() const { return m_options & (MutationObserver::AttributeOldValue | MutationObserver::CharacterDataOldValue); }
MutationObserver.cpp 87 if (observerInit.hasAttributeOldValue() && observerInit.attributeOldValue())
88 options |= AttributeOldValue;
116 if (options & AttributeOldValue) {
117 exceptionState.throwTypeError("The options object may only set 'attributeOldValue' to true when 'attributes' is true or not present.");

Completed in 45 milliseconds