Home
last modified time | relevance | path

Searched refs:addedNodes (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/trace-viewer/src/ui/
Dcontainer_that_decorates_its_children.js68 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/
DMutationRecord.cpp59 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
DChildListMutationScope.cpp128 RefPtr<NodeList> addedNodes = StaticNodeList::adopt(m_addedNodes); in enqueueMutationRecord() local
130 …RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), re… in enqueueMutationRecord()
DMutationRecord.h62 virtual NodeList* addedNodes() = 0;
DMutationRecord.idl36 readonly attribute NodeList addedNodes;
/external/chromium_org/chrome/test/pyautolib/
Ddom_mutation_observer.js42 for (var i=0; i<mutations[j].addedNodes.length; i++) {
43 var node = mutations[j].addedNodes[i];
/external/chromium_org/chrome/renderer/resources/extensions/
Dtag_watcher.js20 $Array.forEach(mutation.addedNodes, function(addedNode) {
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js67 /** @type {!Array.<!Node>} */ this.addedNodes = []; property in WebKitMutation
/external/chromium_org/third_party/polymer/
Dplatform.js29addedNodes=new m.NodeList,this.removedNodes=new m.NodeList,this.previousSibling=null,this.nextSibl…
30addedNodes: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/
DchromeVoxChromePageScript.js1344addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNodes[d].hasAttribute&&a.addedNodes[d].has…
DchromeVoxChromeOptionsScript.js1367addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNodes[d].hasAttribute&&a.addedNodes[d].has…
DchromeVoxChromeBackgroundScript.js1421addedNodes)for(var d=0;d<a.addedNodes.length;d++)a.addedNodes[d].hasAttribute&&a.addedNodes[d].has…
/external/chromium-trace/
Dscript.js367 …tion(b){this.beginDecorating_();for(var a=0;a<b.length;a++){var c=b[a].addedNodes;if(c)for(var e=0…