Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js204 function getRecordWithOldValue(oldValue) { function
301 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
312 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);
DCustomElements.js204 function getRecordWithOldValue(oldValue) { function
301 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
312 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);
DHTMLImports.js204 function getRecordWithOldValue(oldValue) { function
301 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
312 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);
Dwebcomponents-lite.js767 function getRecordWithOldValue(oldValue) { function
864 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
875 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);
Dwebcomponents.js5624 function getRecordWithOldValue(oldValue) { function
5721 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
5732 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);