Searched refs:isOldValueRequested (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserverInterestGroup.cpp57 bool MutationObserverInterestGroup::isOldValueRequested() function in class:WebCore::MutationObserverInterestGroup
H A DMutationObserverInterestGroup.h70 bool isOldValueRequested();
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.cpp64 if (m_mutationRecipients && m_mutationRecipients->isOldValueRequested())
72 AtomicString requestedOldValue = m_mutationRecipients->isOldValueRequested() ? oldValue : nullAtom;

Completed in 79 milliseconds