Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCSSNamedFlowView.js77 var treeOutline = new WebInspector.ElementsTreeOutline(false, false);
78 treeOutline.element.classList.add("named-flow-element");
79 treeOutline.setVisible(true);
80 treeOutline.rootDOMNode = rootDOMNode;
81 treeOutline.wireToDomAgent();
82 …ebInspector.DOMAgent.Events.DocumentUpdated, treeOutline._elementsTreeUpdater._documentUpdated, tr…
84 return treeOutline;
93 … var treeOutline = this._createFlowTreeOutline(WebInspector.domAgent.nodeForId(contentNodeId));
94 var treeItem = new TreeElement(treeOutline.element, treeOutline);
110 … var treeOutline = this._createFlowTreeOutline(WebInspector.domAgent.nodeForId(region.nodeId));
[all …]
Dtreeoutline.js47 this.treeOutline = this;
74 if (this.treeOutline.comparator)
75 …= insertionIndexForObjectInListSortedByFunction(child, this.children, this.treeOutline.comparator);
128 child.treeOutline = this.treeOutline;
129 child.treeOutline._rememberTreeElement(child);
133 current.treeOutline = this.treeOutline;
134 current.treeOutline._rememberTreeElement(current);
138 …if (child.hasChildren && typeof(child.treeOutline._expandedStateMap.get(child.representedObject)) …
139 child.expanded = child.treeOutline._expandedStateMap.get(child.representedObject);
142 … this._childrenListNode = this.treeOutline._childrenListNode.ownerDocument.createElement("ol");
[all …]
DWatchExpressionsSidebarPane.js361 this.treeOutline.section._expandedExpressions[this._expression()] = true;
367 delete this.treeOutline.section._expandedExpressions[this._expression()];
373 if (this.treeOutline.section._expandedExpressions[this._expression()])
409 …expression" : "Add Watch Expression"), this.treeOutline.section.addNewExpressionAndEdit.bind(this.
412 if (this.treeOutline.section.watchExpressions.length > 1)
425 this.treeOutline.section._deleteAllExpressions();
430 this.treeOutline.section.updateExpression(this, null);
449 this.treeOutline.section.updateExpression(this, null);
462 this.treeOutline.section.updateExpression(this, expression);
483 if (this.hasChildren && this.propertyPath() in this.treeOutline.section._expandedProperties)
[all …]
DElementsPanel.js81 …this.treeOutline = new WebInspector.ElementsTreeOutline(true, true, this._populateContextMenu.bind…
82 this.treeOutline.wireToDomAgent();
84 …this.treeOutline.addEventListener(WebInspector.ElementsTreeOutline.Events.SelectedNodeChanged, thi…
85 …this.treeOutline.addEventListener(WebInspector.ElementsTreeOutline.Events.ElementsTreeUpdated, thi…
132 if (!this.treeOutline)
138 this.treeOutline.setVisibleWidth(width);
144 return this.treeOutline.element;
163 if (this.treeOutline.element.parentElement !== this.contentElement)
164 this.contentElement.appendChild(this.treeOutline.element);
169 this.treeOutline.updateSelection();
[all …]
DElementsTreeOutline.js246 var element = this.treeOutline.selectedTreeElement;
932 if (this.treeOutline && !this._updateChildrenInProgress)
1039 newElement.selectable = this.treeOutline._selectEnabled;
1058 if (this._updateChildrenInProgress || !this.treeOutline._visible)
1062 var selectedNode = this.treeOutline.selectedDOMNode();
1065 var treeOutlineContainerElement = this.treeOutline.element.parentNode;
1067 var selectedTreeElement = this.treeOutline.selectedTreeElement;
1082 var treeOutline = treeElement.treeOutline;
1128 var selectedTreeElement = this.treeOutline.selectedTreeElement;
1214 this.treeOutline.updateSelection();
[all …]
DExtensionAuditCategory.js198 var treeOutline = new WebInspector.ElementsTreeOutline(false, false);
199 treeOutline.rootDOMNode = WebInspector.domAgent.nodeForId(nodeId);
200 treeOutline.element.classList.add("outline-disclosure");
201 treeOutline.setVisible(true);
202 parentElement.appendChild(treeOutline.element);
DScopeChainSidebarPane.js154 …if (this.hasChildren && this.propertyIdentifier in this.treeOutline.section.pane._expandedProperti…
160 this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier] = true;
165 delete this.treeOutline.section.pane._expandedProperties[this.propertyIdentifier];
172 var section = this.treeOutline.section;
DConsoleMessage.js183 var treeOutline = new TreeOutline(ol);
188 treeOutline.appendChild(root);
488 var treeOutline = new WebInspector.ElementsTreeOutline(false, false);
489 treeOutline.setVisible(true);
490 treeOutline.rootDOMNode = WebInspector.domAgent.nodeForId(nodeId);
491 treeOutline.element.classList.add("outline-disclosure");
492 if (!treeOutline.children[0].hasChildren)
493 treeOutline.element.classList.add("single-node");
494 elem.appendChild(treeOutline.element);
495 treeOutline.element.treeElementForTest = treeOutline.children[0];
DObjectPropertiesSection.js282 this.treeOutline.section.update();
306 …if (WebInspector.isBeingEdited(elementToEdit) || !this.treeOutline.section.editable || this._readO…
476 …treeElement.treeOutline.section.treeElementConstructor, WebInspector.ObjectPropertiesSection.Compa…
477 treeElement.treeOutline.section.skipProto, value);
642 this.appendChild(new this.treeOutline.section.treeElementConstructor(property));
871 … var childTreeElement = new treeElement.treeOutline.section.treeElementConstructor(properties[i]);
928 … var childTreeElement = new treeElement.treeOutline.section.treeElementConstructor(properties[i]);
DLayerTree.js37 WebInspector.LayerTree = function(model, treeOutline) argument
41 this._treeOutline = treeOutline;
DCSSNamedFlowCollectionsView.js210 … this._showNamedFlowForNode(WebInspector.panel("elements").treeOutline.selectedDOMNode());
372 …WebInspector.panel("elements").treeOutline.addEventListener(WebInspector.ElementsTreeOutline.Event…
387 …WebInspector.panel("elements").treeOutline.removeEventListener(WebInspector.ElementsTreeOutline.Ev…
DNavigatorView.js691 var isSelected = this === this.treeOutline.selectedTreeElement;
692 … var isFocused = this.treeOutline.childrenListElement.isSelfOrAncestor(document.activeElement);
693 return isSelected && isFocused && !WebInspector.isBeingEdited(this.treeOutline.element);
1057 var treeOutlineElement = this._treeElement.treeOutline.element;
1107 this._treeElement.treeOutline.childrenListElement.focus();
DFileSystemView.js168 if (this.parent !== this.treeOutline)
DStylesSidebarPane.js1969 if (!this.treeOutline)
2261 return this.treeOutline && this.treeOutline.section;
2684 this.treeOutline.removeChild(this);
2730 … var moveToIndex = moveTo && this.treeOutline ? this.treeOutline.children.indexOf(moveTo) : -1;
2853 if (!this.treeOutline)
DProfilesPanel.js1019 this.treeOutline.panel._showProfile(this.profile);
1024 this.treeOutline.panel._removeProfileHeader(this.profile);