/external/chromium-trace/trace-viewer/src/ui/ |
D | container_that_decorates_its_children.js | 68 var addedNodes = records[i].addedNodes; 69 if (addedNodes) { 70 for (var j = 0; j < addedNodes.length; j++) 71 this.decorateChild_(addedNodes[j]);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | MutationRecord.cpp | 59 virtual NodeList* addedNodes() OVERRIDE { return m_addedNodes.get(); } in addedNodes() function in WebCore::__anon614f87eb0111::ChildListRecord 82 virtual NodeList* addedNodes() OVERRIDE { return lazilyInitializeEmptyNodeList(m_addedNodes); } in addedNodes() function in WebCore::__anon614f87eb0111::RecordWithEmptyNodeLists 137 virtual NodeList* addedNodes() OVERRIDE { return m_record->addedNodes(); } in addedNodes() function in WebCore::__anon614f87eb0111::MutationRecordWithNullOldValue
|
D | ChildListMutationScope.cpp | 128 RefPtr<NodeList> addedNodes = StaticNodeList::adopt(m_addedNodes); in enqueueMutationRecord() local 130 …RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), re… in enqueueMutationRecord()
|
D | MutationRecord.h | 62 virtual NodeList* addedNodes() = 0;
|
D | MutationRecord.idl | 36 readonly attribute NodeList addedNodes;
|
/external/chromium_org/chrome/test/pyautolib/ |
D | dom_mutation_observer.js | 42 for (var i=0; i<mutations[j].addedNodes.length; i++) { 43 var node = mutations[j].addedNodes[i];
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
D | tag_watcher.js | 20 $Array.forEach(mutation.addedNodes, function(addedNode) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | externs.js | 67 /** @type {!Array.<!Node>} */ this.addedNodes = []; property in WebKitMutation
|
/external/chromium_org/third_party/polymer/ |
D | platform.js | 29 …addedNodes=new m.NodeList,this.removedNodes=new m.NodeList,this.previousSibling=null,this.nextSibl… 30 …addedNodes:d,nextSibling:c,previousSibling:e}),k(d),a},removeChild:function(a){if(b(a),a.parentNod… property 32 …:function(a){if("childList"===a.type){var b=this.flattenMutationTree(a.addedNodes);b.forEach(this.…
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxChromePageScript.js | 1344 …addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNodes[d].hasAttribute&&a.addedNodes[d].has…
|
D | chromeVoxChromeOptionsScript.js | 1367 …addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNodes[d].hasAttribute&&a.addedNodes[d].has…
|
D | chromeVoxChromeBackgroundScript.js | 1421 …addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNodes[d].hasAttribute&&a.addedNodes[d].has…
|
/external/chromium-trace/ |
D | script.js | 367 …tion(b){this.beginDecorating_();for(var a=0;a<b.length;a++){var c=b[a].addedNodes;if(c)for(var e=0…
|