Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDataGrid.js766 this.creationNode = new WebInspector.CreationDataGridNode(emptyData, hasChildren);
1796 WebInspector.CreationDataGridNode = function(data, hasChildren) class in WebInspector
1802 WebInspector.CreationDataGridNode.prototype = {