HomeSort by relevance Sort by last modified time
    Searched refs:hasChildren (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/inspector/front-end/
SidebarTreeElement.js 26 WebInspector.SidebarSectionTreeElement = function(title, representedObject, hasChildren)
28 TreeElement.call(this, title.escapeHTML(), representedObject || {}, hasChildren);
66 WebInspector.SidebarTreeElement = function(className, title, subtitle, representedObject, hasChildren)
68 TreeElement.call(this, "", representedObject || {}, hasChildren);
70 if (hasChildren) {
188 if (this.hasChildren && this.disclosureButton)
TopDownProfileDataGridTree.js 28 var hasChildren = (profileNode.children && profileNode.children.length);
30 WebInspector.ProfileDataGridNode.call(this, profileView, profileNode, owningTree, hasChildren);
RemoteObject.js 31 WebInspector.RemoteObject = function(objectId, type, description, hasChildren)
36 this._hasChildren = hasChildren;
67 return new WebInspector.RemoteObject(payload.objectId, payload.type, payload.description, payload.hasChildren);
100 get hasChildren()
242 get hasChildren()
treeoutline.js 39 this.hasChildren = false;
65 this.hasChildren = true;
77 if (child.hasChildren && child.treeOutline._treeElementsExpandedState[child.identifier] !== undefined)
113 this.hasChildren = true;
125 if (child.hasChildren && child.treeOutline._treeElementsExpandedState[child.identifier] !== undefined)
380 } else if (this.selectedTreeElement.hasChildren) {
443 function TreeElement(title, representedObject, hasChildren)
458 this.hasChildren = hasChildren;
507 get hasChildren() {
    [all...]
DataGrid.js 147 this.hasChildren = false;
557 addCreationNode: function(hasChildren)
565 this.creationNode = new WebInspector.CreationDataGridNode(emptyData, hasChildren);
585 this.hasChildren = true;
633 this.hasChildren = false;
650 this.hasChildren = false;
758 } else if (this.selectedNode.hasChildren) {
906 if (!gridNode || !gridNode.hasChildren)
    [all...]
ObjectPropertiesSection.js 213 this.hasChildren = this.property.value.hasChildren;
251 this.hasChildren = false;
  /external/llvm/lib/DebugInfo/
DWARFDebugInfoEntry.h 68 bool hasChildren() const { return !isNULL() && AbbrevDecl->hasChildren(); }
90 return hasChildren() ? this + 1 : 0;
93 return hasChildren() ? this + 1 : 0;