Home | History | Annotate | Download | only in elements

Lines Matching defs:Panel

46  * @extends {WebInspector.Panel}
50 WebInspector.Panel.call(this, "elements");
206 WebInspector.Panel.prototype.wasShown.call(this);
233 WebInspector.Panel.prototype.willHide.call(this);
748 var panel = this;
755 if (crumb === panel.crumbsElement.firstChild) {
769 panel.updateBreadcrumbSizes(crumb);
771 panel.selectDOMNode(crumb.representedObject, true);
1235 contextMenu.appendItem(WebInspector.useLowerCaseMenuTitles() ? "Reveal in Elements panel" : "Reveal in Elements Panel", commandCallback);
1385 __proto__: WebInspector.Panel.prototype
1404 /** @type {!WebInspector.ElementsPanel} */ (WebInspector.inspectorView.panel("elements")).appendApplicableItems(event, contextMenu, target);
1427 /** @type {!WebInspector.ElementsPanel} */ (WebInspector.inspectorView.panel("elements")).revealAndSelectNode(/** @type {!WebInspector.DOMNode} */ (node));