Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionAPI.js632 this.createURL = this._nodeFactory.bind(this, "url");
633 this.createSnippet = this._nodeFactory.bind(this, "snippet");
634 this.createText = this._nodeFactory.bind(this, "text");
635 this.createObject = this._nodeFactory.bind(this, "object");
636 this.createNode = this._nodeFactory.bind(this, "node");
697 _nodeFactory: function(type) method in AuditResultImpl