Searched refs:_childNodeCountUpdated (Results 1 – 2 of 2) sorted by relevance
1019 _childNodeCountUpdated: function(nodeId, newValue) method in WebInspector.DOMAgent1500 this._domAgent._childNodeCountUpdated(nodeId, childNodeCount);
2400 …entListener(WebInspector.DOMAgent.Events.ChildNodeCountUpdated, this._childNodeCountUpdated, this);2462 _childNodeCountUpdated: function(event) method in WebInspector.ElementsTreeUpdater