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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.h 71 bool isOldValueRequested();
MutationObserverInterestGroup.cpp 57 bool MutationObserverInterestGroup::isOldValueRequested()
  /external/chromium_org/third_party/WebKit/Source/core/css/
PropertySetCSSStyleDeclaration.cpp 63 if (m_mutationRecipients && m_mutationRecipients->isOldValueRequested())
71 AtomicString requestedOldValue = m_mutationRecipients->isOldValueRequested() ? oldValue : nullAtom;

Completed in 58 milliseconds