Home
last modified time | relevance | path

Searched refs:hasOldValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserverInterestGroup.cpp60 if (hasOldValue(iter->value)) in isOldValueRequested()
72 if (hasOldValue(iter->value)) { in enqueueMutationRecord()
DMutationObserverInterestGroup.h80 bool hasOldValue(MutationRecordDeliveryOptions options) { return options & m_oldValueFlag; } in hasOldValue() function