Searched defs:attributeOldValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationObserver.cpp83 bool attributeOldValue = false; local
84 bool attributeOldValuePresent = optionsDictionary.get("attributeOldValue", attributeOldValue);
85 if (attributeOldValue)
118 exceptionState.throwDOMException(TypeError, "The options object may only set 'attributeOldValue' to true when 'attributes' is true or not present.");
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dweb_view.js417 attributeOldValue: true,

Completed in 132 milliseconds