Searched defs:hasChildren (Results 1 - 4 of 4) sorted by relevance

/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXPolicyNode.java82 public boolean hasChildren() method in class:PKIXPolicyNode
/external/webkit/WebCore/inspector/front-end/
H A DElementsTreeOutline.js552 if (this.hasChildren && !this.expanded)
882 var title = self._nodeTitleInfo(self.representedObject, self.hasChildren, WebInspector.linkifyURL, tooltipText).title;
919 _nodeTitleInfo: function(node, hasChildren, linkify, tooltipText)
921 var info = {title: "", hasChildren: hasChildren}; property
963 info.hasChildren = false;
/external/webkit/WebCore/history/
H A DHistoryItem.cpp468 bool HistoryItem::hasChildren() const function in class:WebCore::HistoryItem
/external/webkit/WebCore/accessibility/
H A DAccessibilityObject.h440 virtual bool hasChildren() const { return m_haveChildren; } function in class:WebCore::AccessibilityObject

Completed in 380 milliseconds