Home
last modified time | relevance | path

Searched refs:childList (Results 1 – 25 of 25) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.js141 …if (!options.childList && !options.attributes && !options.characterData || options.attributeOldVal…
254 if (options.childList) node.addEventListener("DOMNodeInserted", this, true);
255 if (options.childList || options.subtree) node.addEventListener("DOMNodeRemoved", this, true);
264 if (options.childList) node.removeEventListener("DOMNodeInserted", this, true);
265 … if (options.childList || options.subtree) node.removeEventListener("DOMNodeRemoved", this, true);
342 if (!options.childList) return;
477 childList: true property
714 childList: true, property
1352 childList: true, property
Dwebcomponents-lite.min.js11childList&&!t.attributes&&!t.characterData||t.attributeOldValue&&!t.attributes||t.attributeFilter&… property
DHTMLImports.js135 childList: true property
372 childList: true, property
DHTMLImports.min.js11childList:!0}),function(){if("loading"===document.readyState)for(var e,t=document.querySelectorAll… property
DCustomElements.min.js11 …ction h(e){if(!e.__observer){var t=new MutationObserver(m);t.observe(e,{childList:!0,subtree:!0}),… property
DCustomElements.js291 childList: true, property
Dwebcomponents.js637 if (type === "childList" && !options.childList) continue;
663 this.childList = !!options.childList;
4811 childList: true property
5048 childList: true, property
5686 childList: true, property
DShadowDOM.min.js11childList)){var d=l.observer;i[d.uid_]=d,("attributes"===n&&p.attributeOldValue||"characterData"==…
DShadowDOM.js598 if (type === "childList" && !options.childList) continue;
624 this.childList = !!options.childList;
Dwebcomponents.min.js11childList)){var p=u.observer;i[p.uid_]=p,("attributes"===n&&d.attributeOldValue||"characterData"==…
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
Dwebcomponents-lite.min.js11childList&&!t.attributes&&!t.characterData||t.attributeOldValue&&!t.attributes||t.attributeFilter&… property
Dwebcomponents-lite.js141 …if (!options.childList && !options.attributes && !options.characterData || options.attributeOldVal…
254 if (options.childList) node.addEventListener("DOMNodeInserted", this, true);
255 if (options.childList || options.subtree) node.addEventListener("DOMNodeRemoved", this, true);
264 if (options.childList) node.removeEventListener("DOMNodeInserted", this, true);
265 … if (options.childList || options.subtree) node.removeEventListener("DOMNodeRemoved", this, true);
342 if (!options.childList) return;
477 childList: true property
714 childList: true, property
1352 childList: true, property
DHTMLImports.js135 childList: true property
372 childList: true, property
DHTMLImports.min.js11childList:!0}),function(){if("loading"===document.readyState)for(var e,t=document.querySelectorAll… property
DCustomElements.min.js11 …ction h(e){if(!e.__observer){var t=new MutationObserver(m);t.observe(e,{childList:!0,subtree:!0}),… property
DCustomElements.js291 childList: true, property
Dwebcomponents.js637 if (type === "childList" && !options.childList) continue;
663 this.childList = !!options.childList;
4811 childList: true property
5048 childList: true, property
5686 childList: true, property
DShadowDOM.js598 if (type === "childList" && !options.childList) continue;
624 this.childList = !!options.childList;
DShadowDOM.min.js11childList)){var d=l.observer;i[d.uid_]=d,("attributes"===n&&p.attributeOldValue||"characterData"==…
Dwebcomponents.min.js11childList)){var p=u.observer;i[p.uid_]=p,("attributes"===n&&d.attributeOldValue||"characterData"==…
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java213 List<String> childList = new ArrayList<String>(); in onChildrenChanged() local
216 childList.add(getCallId(child)); in onChildrenChanged()
219 new CallEvent<List<String>>(mCallId, childList)); in onChildrenChanged()
/external/chromium-trace/catapult/tracing/third_party/components/polymer/
Dpolymer.js4086 }).observe(document.head, {childList: true}); property
10107 observer.observe(node, {childList: true, subtree: true}); property
Dpolymer.min.js12 …>c&&(b=a[c]);c++)b.addedNodes&&h(b.addedNodes)}).observe(document.head,{childList:!0}),function(){… property
14 …r(function(a){b.call(this,c,a),c.disconnect()}.bind(this));c.observe(a,{childList:!0,subtree:!0})}… property
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dpolymer.js4086 }).observe(document.head, {childList: true}); property
10109 observer.observe(node, {childList: true, subtree: true}); property
Dpolymer.min.js12 …>c&&(b=a[c]);c++)b.addedNodes&&h(b.addedNodes)}).observe(document.head,{childList:!0}),function(){… property
14 …r(function(a){b.call(this,c,a),c.disconnect()}.bind(this));c.observe(a,{childList:!0,subtree:!0})}… property