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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserver.h 80 CharacterDataOldValue = 1 << 6,
MutationObserverInterestGroup.h 60 return createIfNeeded(target, MutationObserver::CharacterData, MutationObserver::CharacterDataOldValue);
MutationObserverRegistration.h 59 MutationRecordDeliveryOptions deliveryOptions() const { return m_options & (MutationObserver::AttributeOldValue | MutationObserver::CharacterDataOldValue); }
MutationObserver.cpp 102 if (observerInit.hasCharacterDataOldValue() && observerInit.characterDataOldValue())
103 options |= CharacterDataOldValue;
125 if (!((options & CharacterData) || !(options & CharacterDataOldValue))) {
126 exceptionState.throwTypeError("The options object may only set 'characterDataOldValue' to true when 'characterData' is true or not present.");

Completed in 1955 milliseconds