Home
last modified time | relevance | path

Searched refs:shouldAbsorb (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DProfileDataGridTree.js270 _merge: function(child, shouldAbsorb) argument
274 if (!shouldAbsorb) {
286 if (!shouldAbsorb || children[index] !== child)
DBottomUpProfileDataGridTree.js85 _merge: function(/*ProfileDataGridNode*/ child, /*Boolean*/ shouldAbsorb) argument
89 WebInspector.ProfileDataGridNode.prototype._merge.call(this, child, shouldAbsorb); argument