Searched refs:getRecordWithOldValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DCustomElements.js201 function getRecordWithOldValue(oldValue) { function
298 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
309 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);
H A DHTMLImports.js201 function getRecordWithOldValue(oldValue) { function
298 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
309 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);
H A Dwebcomponents-lite.js756 function getRecordWithOldValue(oldValue) { function
853 if (options.attributeOldValue) return getRecordWithOldValue(oldValue);
864 if (options.characterDataOldValue) return getRecordWithOldValue(oldValue);

Completed in 96 milliseconds