forked from AlexxNica/source-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebInspector.BottomUpProfileDataGridNode.html
More file actions
7 lines (7 loc) · 45.7 KB
/
WebInspector.BottomUpProfileDataGridNode.html
File metadata and controls
7 lines (7 loc) · 45.7 KB
1
2
3
4
5
6
7
<!DOCTYPE html><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"><meta http-equiv="Content-Language" content="en"><meta http-equiv="X-UA-Compatible" content="IE=edge"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><title>BottomUpProfileDataGridNode</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><button class="dossier-menu"><i class="material-icons">menu</i></button><form><input type="search" placeholder="Search" tabindex="1"><i class="material-icons">search</i></form></header><div class="content"><main><article><section class="intro"><div class="parentlink"><b>Namespace:</b> <a href="WebInspector.html">WebInspector</a></div><div class="codelink"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l38">View Source</a></div><h1 class="title"><div>class BottomUpProfileDataGridNode</div></h1><pre class="inheritance"><a href="WebInspector.Object.html">WebInspector.Object</a>
└ <a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a>
└ <a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a>
└ WebInspector.BottomUpProfileDataGridNode</pre><dl><dt class="spec">All implemented interfaces<dd><code><a href="WebInspector.EventTarget.html">WebInspector.EventTarget</a></code></dl><p>No description available.</p><h3 class="name"><div>new BottomUpProfileDataGridNode(<wbr>profileNode,<wbr> owningTree)</div></h3><dt class="spec">Parameters</dt><dd><dl><dt class="named">profileNode<code>!WebInspector.ProfileNode</code><dt class="named">owningTree<code>!<a href="WebInspector.TopDownProfileDataGridTree.html">WebInspector.TopDownProfileDataGridTree</a></code></dl></dd></section><section class="instance-methods"><h2>Instance Methods</h2><section class="property" id="_attach"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1779" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_attach()</div></h3><p>No information.</p></section><section class="property" id="_createTDWithClass"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1379" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_createTDWithClass(<wbr>className)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_createTDWithClass">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">className<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>Element</code></dl></dd></dl></section><section class="property" id="_createValueCell"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l101" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_createValueCell(<wbr>value,<wbr> percent)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#_createValueCell">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">value<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code><dt class="named">percent<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>Element</code></dl></dd></dl></section><section class="property" id="_detach"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1795" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_detach()</div></h3><p>No information.</p></section><section class="property" id="_exclude"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l70" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_exclude(<wbr>aCallUID)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">aCallUID<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd></dl></section><section class="property" id="_keepOnlyChild"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l59" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_keepOnlyChild(<wbr>child)</div></h3><p>When focusing, we keep just the members of the callstack.</p>
<dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">child<code>!<a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a></code></dl></dd></dl></section><section class="property" id="_takePropertiesFromProfileDataGridNode"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l48" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_takePropertiesFromProfileDataGridNode(<wbr>profileDataGridNode)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">profileDataGridNode<code>!<a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a></code></dl></dd></dl></section><section class="property" id="_willHaveChildren"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l119" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_willHaveChildren(<wbr>profileNode)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">profileNode<code>?</code></dl></dd></dl></section><section class="property" id="addEventListener"><div class="code-link"><a href="source/front_end/common/Object.js.src.html#l41" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>addEventListener(<wbr>eventType,<wbr> listener,<wbr> thisObject)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.Object.html#addEventListener">WebInspector.Object</a></dd><dt class="spec">Specified by</dt><dd><a href="WebInspector.EventTarget.html#addEventListener">WebInspector.EventTarget</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">eventType<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code><dt class="named">listener<code>function(<a href="WebInspector.Event.html">WebInspector.Event</a>): ?</code><dt class="named">thisObject<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="WebInspector.EventTarget.EventDescriptor.html">WebInspector.EventTarget.EventDescriptor</a></code></dl></dd></dl></section><section class="property" id="appendChild"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1441" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>appendChild(<wbr>child)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#appendChild">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">child<code>!<a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></code></dl></dd></dl></section><section class="property" id="collapse"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1566" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>collapse()</div></h3><p>No information.</p></section><section class="property" id="collapseRecursively"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1579" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>collapseRecursively()</div></h3><p>No information.</p></section><section class="property" id="createCell"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l58" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>createCell(<wbr>columnId)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#createCell">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.DataGridNode.html#createCell">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">columnId<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>Element</code></dl></dd></dl></section><section class="property" id="createCells"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1234" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div class="tags"><span class="protected"></span></div><div>createCells()</div></h3><p>No information.</p></section><section class="property" id="createElement"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1216" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div class="tags"><span class="protected"></span></div><div>createElement()</div></h3><p>No information.</p></section><section class="property" id="createTD"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1392" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>createTD(<wbr>columnIdentifier)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#createTD">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">columnIdentifier<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code>Element</code></dl></dd></dl></section><section class="property" id="deselect"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1681" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>deselect(<wbr>supressDeselectedEvent)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#deselect">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">supressDeselectedEvent<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>=</code></dl></dd></dl></section><section class="property" id="dispatchEventToListeners"><div class="code-link"><a href="source/front_end/common/Object.js.src.html#l102" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>dispatchEventToListeners(<wbr>eventType,<wbr> eventData)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.Object.html#dispatchEventToListeners">WebInspector.Object</a></dd><dt class="spec">Specified by</dt><dd><a href="WebInspector.EventTarget.html#dispatchEventToListeners">WebInspector.EventTarget</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">eventType<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code><dt class="named">eventData<code>*=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="element"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1204" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>element()</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#element">WebInspector.DataGridNode</a></dd><dt class="spec">Returns</dt><dd><dl><dt><code>Element</code></dl></dd></dl></section><section class="property" id="expand"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1591" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>expand()</div></h3><p>No information.</p></section><section class="property" id="expandRecursively"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1626" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>expandRecursively()</div></h3><p>No information.</p></section><section class="property" id="findChild"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l185" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>findChild(<wbr>node)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#findChild">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">node<code>!<a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a></code></dl></dd></dl></section><section class="property" id="hasEventListeners"><div class="code-link"><a href="source/front_end/common/Object.js.src.html#l89" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>hasEventListeners(<wbr>eventType)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.Object.html#hasEventListeners">WebInspector.Object</a></dd><dt class="spec">Specified by</dt><dd><a href="WebInspector.EventTarget.html#hasEventListeners">WebInspector.EventTarget</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">eventType<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="insertChild"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l156" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>insertChild(<wbr>profileDataGridNode,<wbr> index)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#insertChild">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.DataGridNode.html#insertChild">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">profileDataGridNode<code>!<a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></code><dt class="named">index<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd></dl></section><section class="property" id="isEventWithinDisclosureTriangle"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1767" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>isEventWithinDisclosureTriangle(<wbr>event)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#isEventWithinDisclosureTriangle">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">event<code>?</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="merge"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l105" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>merge(<wbr>child,<wbr> shouldAbsorb)</div></h3><dl><dt class="spec">Overrides</dt><dd><a href="WebInspector.ProfileDataGridNode.html#merge">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">child<code>!<a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a></code><dt class="named">shouldAbsorb<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="nodeSelfHeight"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1433" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>nodeSelfHeight()</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#nodeSelfHeight">WebInspector.DataGridNode</a></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd></dl></section><section class="property" id="populate"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l202" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>populate()</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#populate">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.DataGridNode.html#populate">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="populateChildren"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l114" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div class="tags"><span class="protected"></span></div><div>populateChildren()</div></h3><dl><dt class="spec">Overrides</dt><dd><a href="WebInspector.ProfileDataGridNode.html#populateChildren">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="recalculateSiblings"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1550" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>recalculateSiblings(<wbr>myIndex)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#recalculateSiblings">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">myIndex<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code></dl></dd></dl></section><section class="property" id="refresh"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1366" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>refresh()</div></h3><p>No information.</p></section><section class="property" id="remove"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1494" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>remove()</div></h3><p>No information.</p></section><section class="property" id="removeAllListeners"><div class="code-link"><a href="source/front_end/common/Object.js.src.html#l79" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>removeAllListeners()</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.Object.html#removeAllListeners">WebInspector.Object</a></dd><dt class="spec">Specified by</dt><dd><a href="WebInspector.EventTarget.html#removeAllListeners">WebInspector.EventTarget</a></dd></dl></section><section class="property" id="removeChild"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l167" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>removeChild(<wbr>profileDataGridNode)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#removeChild">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.DataGridNode.html#removeChild">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">profileDataGridNode<code>!<a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></code></dl></dd></dl></section><section class="property" id="removeChildren"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l174" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>removeChildren()</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#removeChildren">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.DataGridNode.html#removeChildren">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="removeEventListener"><div class="code-link"><a href="source/front_end/common/Object.js.src.html#l60" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>removeEventListener(<wbr>eventType,<wbr> listener,<wbr> thisObject)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.Object.html#removeEventListener">WebInspector.Object</a></dd><dt class="spec">Specified by</dt><dd><a href="WebInspector.EventTarget.html#removeEventListener">WebInspector.EventTarget</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">eventType<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code><dt class="named">listener<code>function(<a href="WebInspector.Event.html">WebInspector.Event</a>): ?</code><dt class="named">thisObject<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>=</code></dl></dd></dl></section><section class="property" id="restore"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l92" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div class="tags"><span class="protected"></span></div><div>restore()</div></h3><p>When focusing and collapsing we modify lots of nodes in the tree.
This allows us to restore them all to their original state when we revert.</p>
<dl><dt class="spec">Overrides</dt><dd><a href="WebInspector.ProfileDataGridNode.html#restore">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="restorePosition"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1828" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>restorePosition()</div></h3><p>No information.</p></section><section class="property" id="reveal"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1635" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>reveal()</div></h3><p>No information.</p></section><section class="property" id="revealAndSelect"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1670" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>revealAndSelect()</div></h3><p>No information.</p></section><section class="property" id="save"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l217" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>save()</div></h3><p>No information.</p></section><section class="property" id="savePosition"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1815" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>savePosition()</div></h3><p>No information.</p></section><section class="property" id="select"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1652" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>select(<wbr>supressSelectedEvent)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#select">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">supressSelectedEvent<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>=</code></dl></dd></dl></section><section class="property" id="sort"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l115" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div><code class="template-name"><T></code> sort(<wbr>comparator,<wbr> force)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#sort">WebInspector.ProfileDataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">comparator<code>function(T, T): ?</code><dt class="named">force<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="traverseNextNode"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1703" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>traverseNextNode(<wbr>skipHidden,<wbr> stayWithin,<wbr> dontPopulate,<wbr> info)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#traverseNextNode">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">skipHidden<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code><dt class="named">stayWithin<code>?<a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a>=</code><dt class="named">dontPopulate<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>=</code><dt class="named">info<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></code></dl></dd></dl></section><section class="property" id="traversePreviousNode"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1743" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>traversePreviousNode(<wbr>skipHidden,<wbr> dontPopulate)</div></h3><dl><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#traversePreviousNode">WebInspector.DataGridNode</a></dd><dt class="spec">Parameters</dt><dd><dl><dt class="named">skipHidden<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code><dt class="named">dontPopulate<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>=</code></dl></dd><dt class="spec">Returns</dt><dd><dl><dt><code><a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></code></dl></dd></dl></section><section class="property" id="wasDetached"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1811" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>wasDetached()</div></h3><p>No information.</p></section></section><section class="instance-properties"><h2>Instance Properties</h2><section class="property" id="_attached"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1800" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_attached</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_attached">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_data"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1250" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_data</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object">Object</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, *></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_data">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_deoptReason"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l48" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_deoptReason</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#_deoptReason">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="_element"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1369" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_element</div></h3><dl><dt class="spec">Type<dd>Element</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_element">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_expanded"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1623" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_expanded</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_expanded">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_isRoot"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1199" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_isRoot</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_isRoot">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_remainingNodeInfos"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l41" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_remainingNodeInfos</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a></dd></dl></section><section class="property" id="_savedPosition"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1836" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_savedPosition</div></h3><dl><dt class="spec">Type<dd>?{index: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, parent: <a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a>}</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_savedPosition">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_selected"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1686" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_selected</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_selected">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="_shouldRefreshChildren"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1617" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_shouldRefreshChildren</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#_shouldRefreshChildren">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="callUID"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l44" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>callUID</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#callUID">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="children"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1543" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>children</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a>></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#children">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="childrenByCallUID"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l41" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>childrenByCallUID</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map">Map</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>, <a href="WebInspector.ProfileDataGridNode.html">WebInspector.ProfileDataGridNode</a>></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#childrenByCallUID">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="data"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1248" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>data</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#data">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="dataGrid"><div class="code-link"><a href="source/front_end/ui_lazy/ViewportDataGrid.js.src.html#l338" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>dataGrid</div></h3><dl><dt class="spec">Type<dd><a href="WebInspector.DataGrid.html">WebInspector.DataGrid</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#dataGrid">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="depth"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1309" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>depth</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#depth">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="disclosureToggleWidth"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1191" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>disclosureToggleWidth</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#disclosureToggleWidth">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="expanded"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1358" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>expanded</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#expanded">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="functionName"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l47" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>functionName</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#functionName">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="hasChildren"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l97" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>hasChildren</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.DataGridNode.html#hasChildren">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="lastComparator"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l42" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>lastComparator</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Null">null</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#lastComparator">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="leftPadding"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1320" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>leftPadding</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#leftPadding">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="nextSibling"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1563" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>nextSibling</div></h3><dl><dt class="spec">Type<dd><a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#nextSibling">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="parent"><div class="code-link"><a href="source/front_end/ui_lazy/ViewportDataGrid.js.src.html#l337" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>parent</div></h3><dl><dt class="spec">Type<dd><a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#parent">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="previousSibling"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1558" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>previousSibling</div></h3><dl><dt class="spec">Type<dd><a href="WebInspector.DataGridNode.html">WebInspector.DataGridNode</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#previousSibling">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="profileNode"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l35" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>profileNode</div></h3><dl><dt class="spec">Type<dd>WebInspector.ProfileNode</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#profileNode">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="revealed"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1491" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>revealed</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#revealed">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="selectable"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1196" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>selectable</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#selectable">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="selected"><div class="code-link"><a href="source/front_end/resources/ApplicationCacheItemsView.js.src.html#l237" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>selected</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#selected">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="self"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l158" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>self</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.ProfileDataGridNode.html#self">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="selfPercent"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l192" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>selfPercent</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#selfPercent">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="shouldRefreshChildren"><div class="code-link"><a href="source/front_end/ui_lazy/DataGrid.js.src.html#l1330" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>shouldRefreshChildren</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.DataGridNode.html#shouldRefreshChildren">WebInspector.DataGridNode</a></dd></dl></section><section class="property" id="total"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l159" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>total</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Overrides</dt><dd><a href="WebInspector.ProfileDataGridNode.html#total">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="totalPercent"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l197" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>totalPercent</div></h3><dl><dt class="spec">Type<dd>?</dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#totalPercent">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="tree"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l39" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>tree</div></h3><dl><dt class="spec">Type<dd><a href="WebInspector.ProfileDataGridTree.html">WebInspector.ProfileDataGridTree</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#tree">WebInspector.ProfileDataGridNode</a></dd></dl></section><section class="property" id="url"><div class="code-link"><a href="source/front_end/profiler/ProfileDataGrid.js.src.html#l49" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>url</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></dd><dt class="spec">Defined by</dt><dd><a href="WebInspector.ProfileDataGridNode.html#url">WebInspector.ProfileDataGridNode</a></dd></dl></section></section><section class="static-functions"><h2>Static Functions</h2><section class="property" id="BottomUpProfileDataGridNode._sharedPopulate"><div class="code-link"><a href="source/front_end/profiler/BottomUpProfileDataGrid.js.src.html#l132" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>BottomUpProfileDataGridNode._sharedPopulate(<wbr>container)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">container<code>(<a href="WebInspector.BottomUpProfileDataGridNode.html">WebInspector.BottomUpProfileDataGridNode</a>|<a href="WebInspector.BottomUpProfileDataGridTree.html">WebInspector.BottomUpProfileDataGridTree</a>)</code></dl></dd></dl></section></section></article></main><footer><div><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></div></footer></div><nav class="dossier-nav"><section><a class="title" href="index.html" tabindex="2">Overview</a></section><section class="types"><div class="toggle"><div class="title"><span class="item" tabindex="2">Types</span><i class="material-icons">expand_more</i></div></div></section></nav><script src="types.js"></script><script src="dossier.js"></script>