Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DDOMAgent.js394 this._bindNodes(this.document.children);
410 this._bindNodes(parent.children);
413 _bindNodes: function(children) method in WebInspector.DOMAgent
419 this._bindNodes(child.children);
/external/webkit/WebCore/
DChangeLog-2010-01-2971948 (WebInspector.DOMAgent.prototype._bindNodes):