Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DMutationObserver.cpp84 bool attributeOldValuePresent = optionsDictionary.get("attributeOldValue", attributeOldValue); in observe() local
95 if (attributes || (!attributesPresent && (attributeOldValuePresent || attributeFilterPresent))) in observe()