Lines Matching refs:aChild
68 AccessibleTreeNode aChild = null; in createChild() local
92 aChild = new StringNode ("# table row: " + nRow, aParent); in createChild()
100 aChild = new StringNode ("# table column: " + nCol, aParent); in createChild()
110 aChild = new StringNode ("# table row extend: " + nExt, aParent); in createChild()
120 aChild = new StringNode ("# table column extend: " + nExt, aParent); in createChild()
131 …aChild = new StringNode ("# cell name retrieved from table: " + xChild.getAccessibleContext().getA… in createChild()
142 aChild = new StringNode ("cell is selected: " + bSelected, aParent); in createChild()
152 aChild = new StringNode ("table row is selected: " + bSelected, aParent); in createChild()
162 aChild = new StringNode ("table column is selected: " + bSelected, aParent); in createChild()
166 aChild = new StringNode ("unknown child index " + nIndex, aParent); in createChild()
175 return aChild; in createChild()