Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DMutationObserver.js213 function recordRepresentsCurrentMutation(record) { function
218 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue;
DCustomElements.js213 function recordRepresentsCurrentMutation(record) { function
218 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue;
DHTMLImports.js213 function recordRepresentsCurrentMutation(record) { function
218 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue;
Dwebcomponents-lite.js776 function recordRepresentsCurrentMutation(record) { function
781 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue;
Dwebcomponents.js5633 function recordRepresentsCurrentMutation(record) { function
5638 … if (recordWithOldValue && recordRepresentsCurrentMutation(lastRecord)) return recordWithOldValue;