Searched refs:changeAttribute (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | CustomElements.js | 426 changeAttribute.call(this, name, value, setAttribute); 430 changeAttribute.call(this, name, null, removeAttribute); 434 function changeAttribute(name, value, operation) { function
|
D | webcomponents-lite.js | 1487 changeAttribute.call(this, name, value, setAttribute); 1491 changeAttribute.call(this, name, null, removeAttribute); 1495 function changeAttribute(name, value, operation) { function
|
D | webcomponents.js | 5821 changeAttribute.call(this, name, value, setAttribute); 5825 changeAttribute.call(this, name, null, removeAttribute); 5829 function changeAttribute(name, value, operation) { function
|