Searched refs:getChildNoCreate (Results 1 – 6 of 6) sorted by relevance
147 public Object getChildNoCreate (Object aParent, int nIndex) in getChildNoCreate() method in AccessibilityTreeModel149 AccessibleTreeNode aChild = (AccessibleTreeNode)super.getChildNoCreate (aParent, nIndex); in getChildNoCreate()172 if ( ! removeChild (aNode.getChildNoCreate (0))) in removeChild()
70 public synchronized Object getChildNoCreate (Object aParent, int nIndex) in getChildNoCreate() method in AccessibilityTreeModelBase76 aChild = ((AccessibleTreeNode)aParent).getChildNoCreate(nIndex); in getChildNoCreate()
198 public AccessibleTreeNode getChildNoCreate (int nIndex) in getChildNoCreate() method in AccTreeNode209 return aDescriptor.maHandler.getChildNoCreate (this, nIndex); in getChildNoCreate()
68 public AccessibleTreeNode getChildNoCreate (int nIndex) in getChildNoCreate() method in AccessibleTreeNode
67 Object aTreeNode = maTreeModel.getChildNoCreate (aShapeNode, i); in Process()
88 public AccessibleTreeNode getChildNoCreate (AccessibleTreeNode aParent, int nIndex) in getChildNoCreate() method in NodeHandler
Completed in 25 milliseconds