Home
last modified time | relevance | path

Searched refs:_merge (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTopDownProfileDataGridTree.js69 this._merge(child, true);
138 _merge: WebInspector.TopDownProfileDataGridNode.prototype._merge, property in WebInspector.TopDownProfileDataGridTree
DBottomUpProfileDataGridTree.js85 this._merge(child, true);
100 _merge: function(child, shouldAbsorb) method in WebInspector.BottomUpProfileDataGridNode
104 WebInspector.ProfileDataGridNode.prototype._merge.call(this, child, shouldAbsorb); method in WebInspector
DProfileDataGridTree.js277 _merge: function(child, shouldAbsorb) method in WebInspector.ProfileDataGridNode
303 existingChild._merge(orphanedChild, false);