HomeSort by relevance Sort by last modified time
    Searched refs:hasChildren (Results 1 - 25 of 119) 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;
DWARFAbbreviationDeclaration.h 24 bool HasChildren;
29 : Code(InvalidCode), Tag(0), HasChildren(0) {}
33 bool hasChildren() const { return HasChildren; }
DWARFAbbreviationDeclaration.cpp 29 HasChildren = data.getU8(offset_ptr);
44 HasChildren = false;
57 OS << "\tDW_CHILDREN_" << (hasChildren() ? "yes" : "no") << '\n';
DWARFCompileUnit.cpp 133 if (curr_die_abbrev->hasChildren())
195 if (abbrDecl->hasChildren())
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_vector.h 69 const bool hasChildren, const uint16_t additionalSubwordLength,
75 hasMultipleChars, hasChildren, additionalSubwordLength, additionalSubword);
dic_node_properties.h 45 const bool hasMultipleChars, const bool hasChildren, const uint16_t depth,
58 mHasChildren = hasChildren;
144 bool hasChildren() const {
dic_node_utils.cpp 80 const bool hasChildren = BinaryFormat::hasChildrenInFlags(flags);
103 int childrenPos = hasChildren ? BinaryFormat::readChildrenPosition(dicRoot, flags, pos) : 0;
113 const int childrenCount = hasChildren
117 hasMultipleChars, hasChildren, additionalSubwordLength, additionalWordBuf);
dic_node.h 157 const bool isTerminal, const bool hasMultipleChars, const bool hasChildren,
166 hasChildren, newDepth, newLeavingDepth);
186 bool hasChildren() const {
187 return mDicNodeProperties.hasChildren();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 254 int color = hasChildren() ? IconFactory.COLOR_BLUE
256 int shape = hasChildren() ? IconFactory.SHAPE_RECT
288 int color = hasChildren() ? IconFactory.COLOR_BLUE : IconFactory.COLOR_GREEN;
289 int shape = hasChildren() ? IconFactory.SHAPE_RECT : IconFactory.SHAPE_CIRCLE;
313 public boolean hasChildren() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLCallGroups.java 35 boolean hasChildren();
61 public boolean hasChildren() {
100 public boolean hasChildren() {
StateContentProvider.java 68 public boolean hasChildren(Object element) {
  /external/webkit/Source/WebCore/accessibility/
AccessibilityListBox.cpp 119 if (!hasChildren())
133 if (!hasChildren())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeContentProvider.java 72 public boolean hasChildren(Object element) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceContentProvider.java 90 public boolean hasChildren(Object element) {
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 437 if (parent.getOptions().isSchemaNode() && !parent.hasChildren())
552 if (!destSchema.hasChildren() && (createdSchema || deleteEmptyValues))
584 return !schemaNode.hasChildren();
608 !sourceNode.hasChildren();
652 if (deleteEmptyValues && !destNode.hasChildren())
681 if (!destNode.hasChildren())
691 || !destNode.hasChildren())
    [all...]
XMPIteratorImpl.java 314 (!getOptions().isJustLeafnodes() || !visitedNode.hasChildren()))
582 if (!getOptions().isJustLeafnodes() || !child.hasChildren())
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 401 public static ViewElementDescriptor createDesc(String name, String fqn, boolean hasChildren) {
402 if (hasChildren) {
411 boolean hasChildren) {
413 ViewElementDescriptor descriptor = createDesc(name, fqn, hasChildren);
421 public static UiViewElementNode createNode(String fqn, boolean hasChildren) {
422 return createNode(null, fqn, hasChildren);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXPolicyNode.java 82 public boolean hasChildren()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 94 return ((IPackageFragment) element).hasChildren();

Completed in 497 milliseconds

1 2 3 4 5